@charset "UTF-8";
.dropdown-box {
  margin: 0;
  padding: 0;
  list-style: none; }

.navbar-normal .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .navbar-normal .nav > li {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      max-width: 100%; } }

@media (min-width: 768px) {
  .navbar-normal .nav-icon {
    display: none; } }

.ie9 .navbar-normal .nav {
  display: table; }
  .ie9 .navbar-normal .nav > li {
    display: table-cell; }

.navbar-auto .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .navbar-auto .nav > li {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      width: auto;
      max-width: none; } }

.ie9 .navbar-auto .nav {
  display: table; }
  .ie9 .navbar-auto .nav > li {
    display: table-cell; }

@media (min-width: 576px) {
  .navbar-collapse.collapse:not(.show) {
    display: block; } }

@media (max-width: 991.98px) {
  .navbar-collapse.collapse:not(.show) {
    display: none; } }

.navbar-toggle {
  color: #FFF;
  display: block;
  width: 40px;
  height: 38px;
  padding: 4px 0; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }
  .navbar-toggle .bar {
    display: block;
    width: 22px;
    height: 0;
    border-top: 2px solid;
    margin: 6px auto;
    position: relative;
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, -webkit-transform .35s ease;
    -o-transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease;
    transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease; }
  .navbar-toggle:not(.collapsed) .bar:first-child {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg); }
  .navbar-toggle:not(.collapsed) .bar:nth-child(2) {
    opacity: 0; }
  .navbar-toggle:not(.collapsed) .bar:last-child {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    -ms-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg); }

@media (min-width: 768px) {
  .navbar-right .nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.dropdown-box {
  display: none; }

@media (min-width: 992px) {
  .dropdown-box {
    display: block;
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    z-index: 999;
    min-width: 100%;
    white-space: nowrap;
    background-color: #FFF;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15); }
    .dropdown-box li {
      border: 0 !important; }
    .dropdown-box a {
      padding: 7px 15px;
      text-decoration: none; }
  .dropdown:hover .dropdown-box {
    opacity: 1;
    visibility: visible; } }

.banner {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #eee;
  overflow: hidden;
  background-size: cover; }
  .banner:before {
    display: block;
    content: "";
    position: relative;
    z-index: 1; }

.banner-index:before {
  content: '';
  padding-top: 41.66667%;
  display: block; }
  /* @media (max-width: 1199.98px) {
    .banner-index:before {
      padding-top: 41.66667%; } } */
  @media (max-width: 767.98px) {
    .banner-index:before {
      padding-top: 50%; } }

.banner-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 0 50px;
  text-align: center;
  color: #FFF; }
  .banner-inner h5 {
    font-size: 36px;
    margin-bottom: 1.4em; }
    @media (max-width: 1199.98px) {
      .banner-inner h5 {
        margin-bottom: 0.5em;
        font-size: 30px; } }
    @media (max-width: 991.98px) {
      .banner-inner h5 {
        font-size: 26px; } }
    @media (max-width: 767.98px) {
      .banner-inner h5 {
        font-size: 12px; } }
  .banner-inner h3 {
    font-size: 36px;
    margin-bottom: 0;
    line-height: 1.5; }
    @media (max-width: 1199.98px) {
      .banner-inner h3 {
        font-size: 30px;
        line-height: 2; } }
    @media (max-width: 991.98px) {
      .banner-inner h3 {
        font-size: 26px; } }
    @media (max-width: 767.98px) {
      .banner-inner h3 {
        font-size: 18px; } }
  .banner-inner p {
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .banner-inner p {
        font-size: 12px; } }

.banner-page {
  position: relative; }
  .banner-page:before {
    padding-top: 300px; }
    @media (max-width: 1199.98px) {
      .banner-page:before {
        padding-top: 26.31579%; } }
    @media (max-width: 767.98px) {
      .banner-page:before {
        padding-top: 46.875%; } }
  .banner-page .ban-p-tit {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    .banner-page .ban-p-tit .en-title {
      text-transform: uppercase;
      color: rgba(54, 103, 151, 0.75);
      font-size: 48px;
      font-weight: bold;
      line-height: 1; }
      @media (max-width: 767.98px) {
        .banner-page .ban-p-tit .en-title {
          font-size: 28px; } }
    .banner-page .ban-p-tit .cn-title {
      font-weight: bold;
      font-size: 40px;
      color: #fff; }
      @media (max-width: 767.98px) {
        .banner-page .ban-p-tit .cn-title {
          font-size: 20px; } }

.notify ~ .notify {
  z-index: 1051; }

.modal-backdrop ~ .modal-backdrop {
  z-index: 1050; }

@media (min-width: 768px) {
  .notify {
    padding-right: 17px; } }

.notify .notify-desc {
  color: #999; }

.notify .modal-dialog {
  max-width: 420px; }

.notify .modal-content {
  border-radius: 10px; }

.notify .modal-footer {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .notify .modal-footer > .btn {
    margin: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    border-color: transparent !important;
    -ms-flex-positive: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    border-radius: 0;
    background-color: #FFF;
    color: #444;
    border-left: 1px solid #e9ecef !important; }
    .notify .modal-footer > .btn:hover {
      background-color: #f6f6f6; }
    .notify .modal-footer > .btn:active {
      background-color: #e8e8e8; }
    .notify .modal-footer > .btn.btn-ok, .notify .modal-footer > .btn.btn-primary {
      color: #366797; }
  .notify .modal-footer > .btn:first-child {
    border-left: 0 !important;
    border-bottom-left-radius: 10px; }
  .notify .modal-footer > .btn:last-child {
    border-bottom-right-radius: 10px; }

.ie9 .notify .notify .modal-footer {
  display: table; }
  .ie9 .notify .notify .modal-footer > .btn {
    display: table-cell; }

.notify-alert .modal-dialog {
  max-width: 360px; }

.notify-auto {
  color: #999999;
  font-size: 12px;
  text-align: center; }

.row-list {
  margin: 0 -15px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row-list > li, .row-list > div {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    width: 100%; }

.row-g-0 {
  margin: 0; }
  .row-g-0 > li, .row-g-0 > div {
    padding: 0; }

.row-g-1 {
  margin: 0 -12px; }
  .row-g-1 > li, .row-g-1 > div {
    padding: 0 12px; }

.row-g-2 {
  margin: 0 -10px; }
  .row-g-2 > li, .row-g-2 > div {
    padding: 0 10px; }

.row-g-3 {
  margin: 0 -8px; }
  .row-g-3 > li, .row-g-3 > div {
    padding: 0 8px; }

.row-1 > li, .row-1 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  width: 100%; }

.row-2 > li, .row-2 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  width: 50%; }

.row-3 > li, .row-3 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
  width: 33.33333%; }

.row-4 > li, .row-4 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  width: 25%; }

.row-5 > li, .row-5 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
  width: 20%; }

.row-6 > li, .row-6 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 16.66667%;
  width: 16.66667%; }

.row-7 > li, .row-7 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
  width: 14.28571%;
  width: 14.28571%; }

.row-8 > li, .row-8 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  width: 12.5%;
  width: 12.5%; }

.row-1 > li, .row-1 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  width: 100%; }

.row-2 > li, .row-2 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  width: 50%; }

.row-3 > li, .row-3 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
  width: 33.33333%; }

.row-4 > li, .row-4 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  width: 25%; }

.row-5 > li, .row-5 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
  width: 20%; }

.row-6 > li, .row-6 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 16.66667%;
  width: 16.66667%; }

.row-7 > li, .row-7 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
  width: 14.28571%;
  width: 14.28571%; }

.row-8 > li, .row-8 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  width: 12.5%;
  width: 12.5%; }

.row-g-4 {
  margin: 0 -15px; }
  .row-g-4 > li, .row-g-4 > div {
    padding: 0 15px; }

.row-g-3 {
  margin: 0 -12px; }
  .row-g-3 > li, .row-g-3 > div {
    padding: 0 12px; }

.row-g-2 {
  margin: 0 -10px; }
  .row-g-2 > li, .row-g-2 > div {
    padding: 0 10px; }

.row-g-1 {
  margin: 0 -8px; }
  .row-g-1 > li, .row-g-1 > div {
    padding: 0 8px; }

.row-g-0 {
  margin: 0; }
  .row-g-0 > li, .row-g-0 > div {
    padding: 0; }

@media (min-width: 576px) {
  .row-sm-1 > li, .row-sm-1 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    width: 100%; }
  .row-sm-2 > li, .row-sm-2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    width: 50%; }
  .row-sm-3 > li, .row-sm-3 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    width: 33.33333%; }
  .row-sm-4 > li, .row-sm-4 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    width: 25%; }
  .row-sm-5 > li, .row-sm-5 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    width: 20%; }
  .row-sm-6 > li, .row-sm-6 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
    width: 16.66667%; }
  .row-sm-7 > li, .row-sm-7 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%;
    width: 14.28571%; }
  .row-sm-8 > li, .row-sm-8 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
    width: 12.5%; }
  .row-g-sm-4 {
    margin: 0 -15px; }
    .row-g-sm-4 > li, .row-g-sm-4 > div {
      padding: 0 15px; }
  .row-g-sm-3 {
    margin: 0 -12px; }
    .row-g-sm-3 > li, .row-g-sm-3 > div {
      padding: 0 12px; }
  .row-g-sm-2 {
    margin: 0 -10px; }
    .row-g-sm-2 > li, .row-g-sm-2 > div {
      padding: 0 10px; }
  .row-g-sm-1 {
    margin: 0 -8px; }
    .row-g-sm-1 > li, .row-g-sm-1 > div {
      padding: 0 8px; }
  .row-g-sm-0 {
    margin: 0; }
    .row-g-sm-0 > li, .row-g-sm-0 > div {
      padding: 0; } }

@media (min-width: 768px) {
  .row-md-1 > li, .row-md-1 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    width: 100%; }
  .row-md-2 > li, .row-md-2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    width: 50%; }
  .row-md-3 > li, .row-md-3 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    width: 33.33333%; }
  .row-md-4 > li, .row-md-4 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    width: 25%; }
  .row-md-5 > li, .row-md-5 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    width: 20%; }
  .row-md-6 > li, .row-md-6 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
    width: 16.66667%; }
  .row-md-7 > li, .row-md-7 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%;
    width: 14.28571%; }
  .row-md-8 > li, .row-md-8 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
    width: 12.5%; }
  .row-g-md-4 {
    margin: 0 -15px; }
    .row-g-md-4 > li, .row-g-md-4 > div {
      padding: 0 15px; }
  .row-g-md-3 {
    margin: 0 -12px; }
    .row-g-md-3 > li, .row-g-md-3 > div {
      padding: 0 12px; }
  .row-g-md-2 {
    margin: 0 -10px; }
    .row-g-md-2 > li, .row-g-md-2 > div {
      padding: 0 10px; }
  .row-g-md-1 {
    margin: 0 -8px; }
    .row-g-md-1 > li, .row-g-md-1 > div {
      padding: 0 8px; }
  .row-g-md-0 {
    margin: 0; }
    .row-g-md-0 > li, .row-g-md-0 > div {
      padding: 0; } }

@media (min-width: 992px) {
  .row-lg-1 > li, .row-lg-1 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    width: 100%; }
  .row-lg-2 > li, .row-lg-2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    width: 50%; }
  .row-lg-3 > li, .row-lg-3 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    width: 33.33333%; }
  .row-lg-4 > li, .row-lg-4 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    width: 25%; }
  .row-lg-5 > li, .row-lg-5 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    width: 20%; }
  .row-lg-6 > li, .row-lg-6 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
    width: 16.66667%; }
  .row-lg-7 > li, .row-lg-7 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%;
    width: 14.28571%; }
  .row-lg-8 > li, .row-lg-8 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
    width: 12.5%; }
  .row-g-lg-4 {
    margin: 0 -15px; }
    .row-g-lg-4 > li, .row-g-lg-4 > div {
      padding: 0 15px; }
  .row-g-lg-3 {
    margin: 0 -12px; }
    .row-g-lg-3 > li, .row-g-lg-3 > div {
      padding: 0 12px; }
  .row-g-lg-2 {
    margin: 0 -10px; }
    .row-g-lg-2 > li, .row-g-lg-2 > div {
      padding: 0 10px; }
  .row-g-lg-1 {
    margin: 0 -8px; }
    .row-g-lg-1 > li, .row-g-lg-1 > div {
      padding: 0 8px; }
  .row-g-lg-0 {
    margin: 0; }
    .row-g-lg-0 > li, .row-g-lg-0 > div {
      padding: 0; } }

@media (min-width: 1200px) {
  .row-xl-1 > li, .row-xl-1 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    width: 100%; }
  .row-xl-2 > li, .row-xl-2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    width: 50%; }
  .row-xl-3 > li, .row-xl-3 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    width: 33.33333%; }
  .row-xl-4 > li, .row-xl-4 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    width: 25%; }
  .row-xl-5 > li, .row-xl-5 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    width: 20%; }
  .row-xl-6 > li, .row-xl-6 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
    width: 16.66667%; }
  .row-xl-7 > li, .row-xl-7 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%;
    width: 14.28571%; }
  .row-xl-8 > li, .row-xl-8 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
    width: 12.5%; }
  .row-g-xl-4 {
    margin: 0 -15px; }
    .row-g-xl-4 > li, .row-g-xl-4 > div {
      padding: 0 15px; }
  .row-g-xl-3 {
    margin: 0 -12px; }
    .row-g-xl-3 > li, .row-g-xl-3 > div {
      padding: 0 12px; }
  .row-g-xl-2 {
    margin: 0 -10px; }
    .row-g-xl-2 > li, .row-g-xl-2 > div {
      padding: 0 10px; }
  .row-g-xl-1 {
    margin: 0 -8px; }
    .row-g-xl-1 > li, .row-g-xl-1 > div {
      padding: 0 8px; }
  .row-g-xl-0 {
    margin: 0; }
    .row-g-xl-0 > li, .row-g-xl-0 > div {
      padding: 0; } }

.no-skrollr {
  overflow: auto; }

.scrollbar-track {
  position: fixed;
  height: 100%;
  right: 0;
  width: 6px;
  z-index: 99999;
  top: 0;
  background-color: rgba(136, 136, 136, 0);
  -webkit-transition: .35s background-color ease;
  -o-transition: .35s background-color ease;
  transition: .35s background-color ease; }
  .scrollbar-track .scrollbar-thumb {
    position: absolute;
    width: 100%;
    background-color: rgba(54, 103, 151, 0);
    left: 0;
    top: 0;
    border-radius: 4px;
    -webkit-transition: .35s background-color ease;
    -o-transition: .35s background-color ease;
    transition: .35s background-color ease; }
    .scrollbar-track .scrollbar-thumb.draggable {
      background-color: #366797; }
  .scrollbar-track:hover {
    background-color: rgba(136, 136, 136, 0.3); }
    .scrollbar-track:hover .scrollbar-thumb {
      background-color: #366797; }
  .no-skrollr .scrollbar-track {
    display: none; }

/*------------------------------------
 *  Box-shadows Styles
 *------------------------------------ */
[class*="shadow--hover"] {
  -webkit-transition: -webkit-box-shadow .35s ease;
  transition: -webkit-box-shadow .35s ease;
  -o-transition: box-shadow .35s ease;
  transition: box-shadow .35s ease;
  transition: box-shadow .35s ease, -webkit-box-shadow .35s ease; }

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .shadow-none--focus:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .g-parent:hover .shadow-none--parent-hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

/*------------------------------------
 *  Box-shadows-v1
 *------------------------------------ */
.shadow-v1, .shadow--hover-v1:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.shadow-v1-1, .shadow--hover-v1-1:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.shadow-v1-2, .shadow--hover-v1-2:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.shadow-v1-3, .shadow--hover-v1-3:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.shadow-v1-4, .shadow--hover-v1-4:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

/*------------------------------------
 *  Box-shadows-v2
 *------------------------------------ */
.shadow-v2 {
  -webkit-box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.2); }

.shadow-v2-1, .shadow--hover-v2-1:hover {
  -webkit-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2); }

.shadow-v2-2, .shadow--hover-v2-2:hover {
  -webkit-box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.2); }

.shadow-v2-3, .shadow--hover-v2-3:hover {
  -webkit-box-shadow: 0 18px 18px -12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 18px -12px rgba(0, 0, 0, 0.2); }

.shadow-v2-4, .shadow--hover-v2-4:hover {
  -webkit-box-shadow: 0 24px 24px -16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 24px -16px rgba(0, 0, 0, 0.2); }

/*------------------------------------
 *  Box-shadows-v3-v4-v5
 *------------------------------------ */
[class*="shadow--hover-v3"]:after, [class*="shadow--hover-v3"]:before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: -webkit-box-shadow .35s ease;
  transition: -webkit-box-shadow .35s ease;
  -o-transition: box-shadow .35s ease;
  transition: box-shadow .35s ease;
  transition: box-shadow .35s ease, -webkit-box-shadow .35s ease; }

.shadow-v3 {
  position: relative; }
  .shadow-v3:after, .shadow-v3:before {
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    bottom: 30px;
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2); }
  .shadow-v3:after {
    display: block;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg); }
  .shadow-v3:before {
    display: block;
    left: 10px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .shadow-v3:hover:after, .shadow-v3:hover:before {
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important; }

.shadow-v3-left {
  position: relative; }
  .shadow-v3-left:after, .shadow-v3-left:before {
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    bottom: 30px;
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2); }
  .shadow-v3-left:before {
    display: block;
    left: 10px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .shadow-v3-left:hover:after, .shadow-v3-left:hover:before {
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important; }

.shadow-v3-right {
  position: relative; }
  .shadow-v3-right:after, .shadow-v3-right:before {
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    bottom: 30px;
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2); }
  .shadow-v3-right:after {
    display: block;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg); }
  .shadow-v3-right:hover:after, .shadow-v3-right:hover:before {
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important; }

.shadow--hover-v3-left {
  position: relative; }
  .shadow--hover-v3-left:after, .shadow--hover-v3-left:before {
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    bottom: 30px;
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2); }
  .shadow--hover-v3-left:before {
    display: block;
    left: 10px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .shadow--hover-v3-left:hover:after, .shadow--hover-v3-left:hover:before {
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important; }

.shadow--hover-v3-right {
  position: relative; }
  .shadow--hover-v3-right:after, .shadow--hover-v3-right:before {
    content: "";
    display: none;
    position: absolute;
    top: 80%;
    max-width: 300px;
    width: 50%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    bottom: 30px;
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2); }
  .shadow--hover-v3-right:before {
    display: block;
    left: 10px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .shadow--hover-v3-right:hover:after, .shadow--hover-v3-right:hover:before {
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important; }

/*------------------------------------
 *  Box-shadows-v7
 *------------------------------------ */
.shadow-v4-left {
  -webkit-box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.075);
  box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.075); }

.shadow-v4-right {
  -webkit-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.075);
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.075); }

.shadow-v4-left-1, .shadow--hover-v4-left-1:hover {
  -webkit-box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.075);
  box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.075); }

.shadow-v4-right-1, .shadow--hover-v4-right-1:hover {
  -webkit-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.075);
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.075); }

.shadow-v4-left-2, .shadow--hover-v4-left-2:hover {
  -webkit-box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.1125);
  box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.1125); }

.shadow-v4-right-2, .shadow--hover-v4-right-2:hover {
  -webkit-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.1125);
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.1125); }

.shadow-v4-left-3, .shadow--hover-v4-left-3:hover {
  -webkit-box-shadow: -15px 15px 30px -15px rgba(0, 0, 0, 0.15);
  box-shadow: -15px 15px 30px -15px rgba(0, 0, 0, 0.15); }

.shadow-v4-right-3, .shadow--hover-v4-right-3:hover {
  -webkit-box-shadow: 15px 15px 30px -15px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 30px -15px rgba(0, 0, 0, 0.15); }

.shadow-v4-left-4, .shadow--hover-v4-left-4:hover {
  -webkit-box-shadow: -20px 20px 40px -20px rgba(0, 0, 0, 0.1875);
  box-shadow: -20px 20px 40px -20px rgba(0, 0, 0, 0.1875); }

.shadow-v4-right-4, .shadow--hover-v4-right-4:hover {
  -webkit-box-shadow: 20px 20px 40px -20px rgba(0, 0, 0, 0.1875);
  box-shadow: 20px 20px 40px -20px rgba(0, 0, 0, 0.1875); }

.label-required {
  position: relative; }
  .label-required:before {
    content: "*";
    color: #dc3545;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 0.75em;
    margin-left: -0.75em; }

.help-block {
  display: none; }

.has-error .form-control {
  border-color: #dc3545; }

.has-error .help-block {
  margin-top: 5px;
  display: block;
  color: #dc3545; }

.has-error label {
  color: #dc3545 !important; }

.has-error .checker .checker-radio:before, .has-error .checker .checker-checkbox:before {
  border-color: #dc3545; }

.form-v1 .col-form-label {
  margin-left: 15px;
  width: calc(100% - 30px); }

.form-label-3 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3em;
  flex: 0 0 3em;
  max-width: 3em;
  width: 3em; }

.form-label-3 .col-js-select {
  max-width: calc(100% - 3em - 15px); }

.form-label-4 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4em;
  flex: 0 0 4em;
  max-width: 4em;
  width: 4em; }

.form-label-4 .col-js-select {
  max-width: calc(100% - 4em - 15px); }

.form-label-5 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5em;
  flex: 0 0 5em;
  max-width: 5em;
  width: 5em; }

.form-label-5 .col-js-select {
  max-width: calc(100% - 5em - 15px); }

.form-label-6 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6em;
  flex: 0 0 6em;
  max-width: 6em;
  width: 6em; }

.form-label-6 .col-js-select {
  max-width: calc(100% - 6em - 15px); }

.form-label-7 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7em;
  flex: 0 0 7em;
  max-width: 7em;
  width: 7em; }

.form-label-7 .col-js-select {
  max-width: calc(100% - 7em - 15px); }

@media (min-width: 576px) {
  .form-sm-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em;
    width: 3em; }
  .form-sm-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px); } }

@media (min-width: 576px) {
  .form-sm-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em;
    width: 4em; }
  .form-sm-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px); } }

@media (min-width: 576px) {
  .form-sm-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
    width: 5em; }
  .form-sm-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px); } }

@media (min-width: 576px) {
  .form-sm-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em;
    width: 6em; }
  .form-sm-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px); } }

@media (min-width: 576px) {
  .form-sm-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em;
    width: 7em; }
  .form-sm-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px); } }

@media (min-width: 768px) {
  .form-md-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em;
    width: 3em; }
  .form-md-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px); } }

@media (min-width: 768px) {
  .form-md-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em;
    width: 4em; }
  .form-md-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px); } }

@media (min-width: 768px) {
  .form-md-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
    width: 5em; }
  .form-md-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px); } }

@media (min-width: 768px) {
  .form-md-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em;
    width: 6em; }
  .form-md-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px); } }

@media (min-width: 768px) {
  .form-md-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em;
    width: 7em; }
  .form-md-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px); } }

@media (min-width: 992px) {
  .form-lg-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em;
    width: 3em; }
  .form-lg-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px); } }

@media (min-width: 992px) {
  .form-lg-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em;
    width: 4em; }
  .form-lg-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px); } }

@media (min-width: 992px) {
  .form-lg-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
    width: 5em; }
  .form-lg-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px); } }

@media (min-width: 992px) {
  .form-lg-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em;
    width: 6em; }
  .form-lg-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px); } }

@media (min-width: 992px) {
  .form-lg-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em;
    width: 7em; }
  .form-lg-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px); } }

@media (min-width: 1200px) {
  .form-xl-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em;
    width: 3em; }
  .form-xl-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px); } }

@media (min-width: 1200px) {
  .form-xl-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em;
    width: 4em; }
  .form-xl-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px); } }

@media (min-width: 1200px) {
  .form-xl-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
    width: 5em; }
  .form-xl-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px); } }

@media (min-width: 1200px) {
  .form-xl-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em;
    width: 6em; }
  .form-xl-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px); } }

@media (min-width: 1200px) {
  .form-xl-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em;
    width: 7em; }
  .form-xl-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px); } }

.checker {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  display: inline-block;
  font-size: inherit;
  line-height: 1.5;
  margin-right: 15px;
  cursor: pointer; }
  .checker .checker-radio, .checker .checker-checkbox {
    position: relative;
    padding-left: 1.5em;
    display: block; }
    .checker .checker-radio:before, .checker .checker-radio:after, .checker .checker-checkbox:before, .checker .checker-checkbox:after {
      color: #aaa;
      position: absolute;
      left: 0;
      top: 3px;
      content: "";
      display: block;
      font-size: 16px; }
    .checker .checker-radio:before, .checker .checker-checkbox:before {
      width: 1em;
      height: 1em;
      border: 1px solid; }
    .checker .checker-radio:hover:before, .checker .checker-checkbox:hover:before {
      color: #366797; }
  .checker .checker-radio:before, .checker .checker-radio:after {
    border-radius: 50%; }
  .checker .checker-radio:after {
    opacity: 0;
    border: 0.25em solid;
    top: 7px;
    left: 0.25em; }
  .checker .checker-checkbox:before {
    border-radius: 3px; }
  .checker .checker-checkbox:after {
    opacity: 0;
    border-radius: 1px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    width: 0.4em;
    height: 0.6em;
    top: 5px;
    left: 0.325em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .checker input:checked + .checker-radio:after, .checker input:checked + .checker-radio:before, .checker input:checked + .checker-checkbox:after, .checker input:checked + .checker-checkbox:before {
    color: #366797; }
  .checker input:checked + .checker-radio:after, .checker input:checked + .checker-checkbox:after {
    opacity: 1; }

.checker-sm {
  font-size: 0.875rem; }

.select-v1 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='#888' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .5rem center;
  background-size: 1rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.75rem; }

.spinner {
  border: 5px solid #eee;
  border-top: 5px solid #366797;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-sm {
  width: 1em;
  height: 1em;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-top: 2px solid #eee;
  margin-right: 5px; }

.mobile-dropdown {
  display: none; }

@media (max-width: 767.98px) {
  .mobile-dropdown {
    display: block;
    position: fixed;
    z-index: 999;
    right: 100%;
    width: 60%;
    height: 100%;
    top: 0;
    overflow: auto;
    background-color: #294d71;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease; }
    .mobile-dropdown.open {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    .mobile-dropdown .nav > li {
      border-bottom: 1px solid #1b344c; }
      .mobile-dropdown .nav > li > a {
        color: #FFF;
        padding: 10px 35px;
        -webkit-transition: background-color .35s ease;
        -o-transition: background-color .35s ease;
        transition: background-color .35s ease; }
      .mobile-dropdown .nav > li.nav-dropdown-link {
        font-size: 18px; }
        .mobile-dropdown .nav > li.nav-dropdown-link > a {
          padding: 10px 20px; }
      .mobile-dropdown .nav > li.active a, .mobile-dropdown .nav > li:hover a {
        background-color: #1b344c; }
  .mobile-dropdown-backdrop {
    display: block;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    transtion: opacity .35s ease;
    position: fixed;
    top: 0;
    left: 0; }
    .mobile-dropdown-backdrop.open {
      opacity: 1;
      visibility: visible; } }

.header-brand::after {
  display: block;
  clear: both;
  content: ""; }

.header-logo, .header-hotline {
  display: block; }

.header-left {
  float: left;
  max-width: 60%; }

.header-right {
  float: right;
  max-width: 40%; }

@media (max-width: 767.98px) {
  .navbar-grid[data-nav] .container {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .navbar-grid[data-nav] .nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #294d71;
    border-right: 1px solid #294d71;
    font-size: 14px; }
    .navbar-grid[data-nav] .nav li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      width: 25%;
      border: 1px solid #294d71;
      border-top: 0;
      border-right: 0; }
  .navbar-grid[data-nav] .nav-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 8px; }
  .navbar-grid[data-nav] .nav-title {
    opacity: 0.75; }
  .navbar-grid[data-nav="11"] .nav li:nth-child(8) ~ li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33%; }
  .navbar-grid[data-nav="7"] .nav li:nth-child(4) ~ li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33%; }
  .navbar-grid[data-nav="10"] .nav li:nth-child(8) ~ li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
  .navbar-grid.nav10a[data-nav="10"] .nav li:nth-child(4) ~ li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33%; }
  .navbar-grid.nav10b[data-nav="10"] .nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    width: 20% !important; }
    .navbar-grid.nav10b[data-nav="10"] .nav li .nav-title {
      display: inline-block;
      width: 2em; }
  .navbar-grid[data-nav="9"] .nav li, .navbar-grid[data-nav="6"] .nav li, .navbar-grid.nav12a[data-nav="12"] .nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    width: 33.333%; } }

.is-sticky {
  z-index: 999; }

.header-v3 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  -webkit-transition: padding .35s, background-color .35s, -webkit-box-shadow .35s;
  transition: padding .35s, background-color .35s, -webkit-box-shadow .35s;
  -o-transition: padding .35s, background-color .35s, box-shadow .35s;
  transition: padding .35s, background-color .35s, box-shadow .35s;
  transition: padding .35s, background-color .35s, box-shadow .35s, -webkit-box-shadow .35s;
  padding: 20px 100px;
  background-color: transparent; }
  .header-v3::after {
    display: block;
    clear: both;
    content: ""; }
  .header-v3.header-active {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(7, 0, 2, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(7, 0, 2, 0.1); }
    .header-v3.header-active .main-logo {
      opacity: 0; }
    .header-v3.header-active .sub-logo {
      opacity: 1; }
    @media (max-width: 767.98px) {
      .header-v3.header-active .navbar-toggle {
        color: #366797; } }
  @media (max-width: 1199.98px) {
    .header-v3 {
      padding: 15px 20px; } }
  .header-v3.sub-header {
    background-color: #fff; }
    .header-v3.sub-header .sub-logo {
      opacity: 1; }
    @media (max-width: 767.98px) {
      .header-v3.sub-header .navbar-toggle {
        color: #366797; } }
  @media (max-width: 991.98px) {
    .header-v3 {
      padding: 20px;
      text-align: right; } }
  @media (max-width: 767.98px) {
    .header-v3 {
      padding: 8px 15px; } }
  @media (min-width: 768px) {
    .header-v3 .navbar-main.collapse {
      display: block !important;
      float: right;
      padding: 0 5px; } }
  .header-v3 .navbar {
    display: inline-block; }
    @media (min-width: 768px) {
      .header-v3 .navbar {
        float: right; } }
  .header-v3 .header-logo {
    float: left;
    padding: 8px 0;
    opacity: 1;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .header-v3 .header-logo .logo-grp {
      position: relative; }
    .header-v3 .header-logo.hide {
      opacity: 0; }
    @media (max-width: 991.98px) {
      .header-v3 .header-logo {
        width: auto;
        padding: 5px 0; } }
    @media (max-width: 767.98px) {
      .header-v3 .header-logo {
        width: auto; } }
    .header-v3 .header-logo img {
      height: 44px;
      width: auto;
      opacity: 0; }
      .header-v3 .header-logo img.main-logo {
        opacity: 1; }
      .header-v3 .header-logo img.sub-logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      @media (max-width: 991.98px) {
        .header-v3 .header-logo img {
          height: 30px; } }
      @media (max-width: 767.98px) {
        .header-v3 .header-logo img {
          height: 34px; } }
  .header-v3 .header-hotline {
    padding: 15px 0px;
    padding-left: 25px;
    border-left: 1px solid #ccc; }
    .header-v3 .header-hotline span {
      color: #366797;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      -webkit-transition: color .35s;
      -o-transition: color .35s;
      transition: color .35s;
      vertical-align: middle; }
    @media (max-width: 1199.98px) {
      .header-v3 .header-hotline span {
        display: none; } }
    @media (max-width: 991.98px) {
      .header-v3 .header-hotline {
        padding: 5px 15px; } }
    @media (max-width: 767.98px) {
      .header-v3 .header-hotline {
        position: static;
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px; }
        .header-v3 .header-hotline i {
          font-size: 40px; } }
  .header-v3 .hotline-icon {
    color: #366797;
    font-size: 30px;
    border-radius: 50%;
    line-height: 1;
    margin-right: 5px;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
    vertical-align: middle;
    display: inline-block; }
    @media (max-width: 991.98px) {
      .header-v3 .hotline-icon {
        text-align: center; } }
    @media (max-width: 767.98px) {
      .header-v3 .hotline-icon {
        font-size: 20px;
        margin-right: 0; } }
  .header-v3 .navbar-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-radius: 50%;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
    margin-top: 10px; }
    @media (max-width: 767.98px) {
      .header-v3 .navbar-toggle {
        display: inline-block;
        margin-top: 0; } }

@media (min-width: 768px) {
  .header-active .nav-header-v3 > li > a, .sub-header .nav-header-v3 > li > a {
    color: #333; }
  .header-active .nav-header-v3 > li:hover > a, .header-active .nav-header-v3 > li.active > a, .sub-header .nav-header-v3 > li:hover > a, .sub-header .nav-header-v3 > li.active > a {
    color: #366797; }
    .header-active .nav-header-v3 > li:hover > a:after, .header-active .nav-header-v3 > li.active > a:after, .sub-header .nav-header-v3 > li:hover > a:after, .sub-header .nav-header-v3 > li.active > a:after {
      border-bottom-color: #366797; }
  .nav-header-v3 .dropdown .dropdown-box {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-50%, 50px, 0);
    transform: translate3d(-50%, 50px, 0);
    padding: 0;
    border-top: 0;
    min-width: 150px;
    left: 50%;
    right: auto;
    text-align: left;
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .nav-header-v3 .dropdown .dropdown-box {
      min-width: 150px; } }

@media (min-width: 768px) {
    .nav-header-v3 .dropdown .dropdown-box li:nth-child(2n) a {
      background-color: #eeeeee; }
    .nav-header-v3 .dropdown .dropdown-box li a {
      padding: 18px 25px;
      vertical-align: middle;
      color: #333;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      background-color: #fff;
      text-align: center; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .nav-header-v3 .dropdown .dropdown-box li a {
        padding: 10px 20px;
        font-size: 12px; } }

@media (min-width: 768px) {
      .nav-header-v3 .dropdown .dropdown-box li a:hover {
        background-color: #366797;
        color: #fff; }
  .nav-header-v3 .dropdown:hover .dropdown-box {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
    visibility: visible; }
  .nav-header-v3 .dropdown-btn {
    display: none !important; }
  .nav-header-v3 .nav-title {
    position: relative;
    z-index: 4; }
  .nav-header-v3 > li {
    padding: 0 5px; }
    .nav-header-v3 > li > a {
      color: #fff;
      padding: 20px 10px;
      font-size: 16px;
      line-height: 20px;
      position: relative;
      -webkit-transition: color .35s, background-color .35s;
      -o-transition: color .35s, background-color .35s;
      transition: color .35s, background-color .35s;
      overflow: hidden; }
      .nav-header-v3 > li > a:after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        border-bottom: 3px solid transparent;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; } }
    @media (min-width: 1200px) and (max-width: 1364.98px) {
      .nav-header-v3 > li > a{
        font-size: 14px;
      }
    }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .nav-header-v3 > li > a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .nav-header-v3 > li > a {
        padding: 10px 2px;
        font-size: 12px; } }

@media (min-width: 768px) {
    .nav-header-v3 > li.active > a, .nav-header-v3 > li:hover > a {
      color: #fff; }
      .nav-header-v3 > li.active > a:after, .nav-header-v3 > li:hover > a:after {
        border-bottom-color: #fff; } }

@media (min-width: 768px) {
  .header-no-animate .nav-header-v3 > li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (max-width: 767.98px) {
  .header-v3 .navbar-main {
    position: fixed;
    height: 100% !important;
    width: 50%;
    overflow-x: hidden;
    top: 0;
    left: 0;
    z-index: 1199;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    border-right: 4px solid #366797; }
    .header-v3 .navbar-main.navbar-open {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .header-v3 .navbar-main .header-logo .main-logo {
      opacity: 0; }
    .header-v3 .navbar-main .header-logo .sub-logo {
      opacity: 1; }
  .header-v3 .dropdown-box {
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
    background-color: rgba(14, 30, 54, 0.85);
    padding-left: 20px; }
    .header-v3 .dropdown-box > li > a {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      color: #ffffff;
      background-color: rgba(22, 49, 86, 0.85); }
      .header-v3 .dropdown-box > li > a:hover {
        background-color: #0e1e36; }
  .header-v3 .dropdown-btn {
    float: right;
    text-align: center;
    border-left: 1px solid rgba(54, 103, 151, 0.1); }
    .header-v3 .dropdown-btn:before {
      content: "+"; }
    .header-v3 .dropdown-btn.active:before {
      content: "-"; }
    .header-v3 .dropdown-btn.active ~ .dropdown-box {
      opacity: 1;
      max-height: none; }
  .header-v3 .navbar-open .nav-header-v3 > li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .header-v3 .nav-header-v3 > li:nth-child(1) {
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(2) {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(3) {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(4) {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(5) {
    -webkit-transition-delay: 0.7s !important;
    -o-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(6) {
    -webkit-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(7) {
    -webkit-transition-delay: 0.9s !important;
    -o-transition-delay: 0.9s !important;
    transition-delay: 0.9s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(8) {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(9) {
    -webkit-transition-delay: 1.1s !important;
    -o-transition-delay: 1.1s !important;
    transition-delay: 1.1s !important; }
  .header-v3 .nav-header-v3 > li:nth-child(10) {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important; }
  .navbar-backdrop-close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    background-color: #000000;
    z-index: 998; }
    .navbar-backdrop-close.open {
      opacity: .6; }
  .header-v3 .navbar {
    display: block; }
  .nav-header-v3 {
    display: block !important;
    text-align: left; }
    .nav-header-v3 a {
      color: #FFF;
      display: block;
      padding: 10px 14px;
      background-color: rgba(0, 0, 0, 0);
      text-align: left;
      font-size: 14px; }
    .nav-header-v3 > li {
      -webkit-transition: opacity .35s, -webkit-transform .35s;
      transition: opacity .35s, -webkit-transform .35s;
      -o-transition: opacity .35s, transform .35s;
      transition: opacity .35s, transform .35s;
      transition: opacity .35s, transform .35s, -webkit-transform .35s;
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      border-bottom: 1px solid rgba(54, 103, 151, 0.1); }
      .nav-header-v3 > li:first-child {
        border-top: 1px solid rgba(54, 103, 151, 0.1); }
      .nav-header-v3 > li > a {
        color: #444; }
        .nav-header-v3 > li > a:hover {
          background-color: rgba(0, 0, 0, 0.5); }
      .nav-header-v3 > li.dropdown > a {
        width: calc( 100% - 40px); }
        .nav-header-v3 > li.dropdown > a.dropdown-btn {
          width: 40px; } }

.foot-tool {
  display: none; }

@media (max-width: 767.98px) {
  .foot-tool {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 998; }
    .foot-tool[data-foot='1'] li {
      width: 100%; }
    .foot-tool[data-foot='2'] li {
      width: 50%; }
    .foot-tool[data-foot='3'] li {
      width: 33.33333%; }
    .foot-tool[data-foot='4'] li {
      width: 25%; }
    .foot-tool li a {
      display: block;
      text-align: center;
      padding: 15px 10px;
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      line-height: 1.5;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      .foot-tool li a i {
        margin-right: 5px;
        font-size: 18px;
        vertical-align: text-bottom;
        line-height: 1; }
      .foot-tool li a:hover {
        background-color: rgba(61, 61, 61, 0.6); }
    .foot-tool .popup_more {
      position: relative; }
      .foot-tool .popup_more:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        display: block; } }

.copyright {
  background-color: #1C1C1C;
  text-align: center;
  color: #777;
  padding: 12px 15px;
  font-size: 12px; }
  .copyright span, .copyright a {
    display: inline-block;
    padding: 7px;
    color: #777; }
  .copyright a:hover {
    color: #bbb; }

@font-face {
  font-family: 'bbcbox-icon';
  src: url("../fonts/bbcbox.eot?sz0fdx");
  src: url("../fonts/bbcbox.eot?sz0fdx#iefix") format("embedded-opentype"), url("../fonts/bbcbox.ttf?sz0fdx") format("truetype"), url("../fonts/bbcbox.woff?sz0fdx") format("woff"), url("../fonts/bbcbox.svg?sz0fdx#bbcbox") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="bbc-icon-"], [class*=" bbc-icon-"] {
  font-family: 'bbcbox-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bbc-icon-size-fullscreen:before {
  content: "\e057"; }

.bbc-icon-size-actual:before {
  content: "\e058"; }

.bbc-icon-grid:before {
  content: "\e06a"; }

.bbc-icon-control-play:before {
  content: "\e071"; }

.bbc-icon-control-pause:before {
  content: "\e072"; }

.bbcbox-enabled {
  overflow: hidden; }
  .bbcbox-enabled body {
    overflow: visible;
    height: 100%; }

.bbcbox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .bbcbox-container ~ .bbcbox-container {
    z-index: 99992; }

.bbcbox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.bbcbox-container--ready .bbcbox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.bbcbox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.bbcbox-show-controls .bbcbox-controls {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8); }

.bbcbox-infobar {
  display: none; }

.bbcbox-show-infobar .bbcbox-infobar {
  display: inline-block;
  pointer-events: all; }

.bbcbox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.bbcbox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.bbcbox-show-buttons .bbcbox-buttons {
  display: block; }

.bbcbox-slider-wrap {
  overflow: hidden;
  direction: ltr;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.bbcbox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.bbcbox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }
  .bbcbox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0; }
  .bbcbox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.bbcbox-slide--image {
  overflow: hidden; }
  .bbcbox-slide--image::before {
    display: none; }

.bbcbox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.bbcbox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.bbcbox-slide--video .bbcbox-content, .bbcbox-slide--video .bbcbox-iframe {
  background: transparent; }

.bbcbox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.bbcbox-image, .bbcbox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.bbcbox-controls--canzoomOut .bbcbox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.bbcbox-controls--canzoomIn .bbcbox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.bbcbox-controls--canGrab .bbcbox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.bbcbox-controls--isGrabbing .bbcbox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.bbcbox-spaceball {
  z-index: 1; }

.bbcbox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.bbcbox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }
  .bbcbox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.bbcbox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }
  .bbcbox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2; }
  .bbcbox-close-small:focus:after {
    outline: 1px dotted #888; }

.bbcbox-slide--video .bbcbox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.bbcbox-close-small:hover:after {
  color: #555;
  background: #eee; }

.bbcbox-caption-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

@media (max-width: 767px) {
  .bbcbox-caption-wrap {
    position: absolute;
    bottom: 0;
    top: initial;
    left: 0;
    right: 0; } }

.bbcbox-show-caption .bbcbox-caption-wrap {
  opacity: 1; }

.bbcbox-caption {
  padding: 12px 16px;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }
  .bbcbox-caption a, .bbcbox-caption button {
    pointer-events: all; }
  .bbcbox-caption a {
    color: #fff;
    text-decoration: underline; }

.bbcbox-button {
  font-family: "bbcbox-icon";
  font-size: 16px;
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.bbcbox-button--disabled {
  cursor: default;
  pointer-events: none; }

.bbcbox-button:hover {
  background: rgba(0, 0, 0, 0.2); }

.bbcbox-button::before, .bbcbox-button::after {
  content: '';
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block; }

.bbcbox-button--disabled::before, .bbcbox-button--disabled::after {
  opacity: 0.5; }

.bbcbox-button--left::after, .bbcbox-button--right::after {
  position: absolute;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.bbcbox-button--left::after {
  left: 48%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.bbcbox-button--right::after {
  right: 48%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.bbcbox-button--left {
  border-bottom-left-radius: 5px; }

.bbcbox-button--right {
  border-bottom-right-radius: 5px; }

.bbcbox-button--close {
  float: right; }
  .bbcbox-button--close::before, .bbcbox-button--close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 18px;
    background-color: #fff;
    top: 50%;
    margin-bottom: -1px;
    left: 50%;
    margin-left: -9px; }
  .bbcbox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .bbcbox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.bbcbox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: bbcbox-rotate .8s infinite linear;
  animation: bbcbox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes bbcbox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes bbcbox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .bbcbox-controls {
    text-align: left; }
  .bbcbox-button--left, .bbcbox-button--right, .bbcbox-buttons button:not(.bbcbox-button--close) {
    display: none !important; }
  .bbcbox-caption {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center; } }

.bbcbox-button--fullscreen::before {
  content: "\e057"; }

.bbcbox-button--actual::before {
  content: "\e058"; }

.bbcbox-button--play::before {
  content: "\e071"; }

.bbcbox-button--pause::before {
  content: "\e072"; }

.bbcbox-button--thumbs span {
  font-size: 23px; }

.bbcbox-button--thumbs::before {
  content: "\e06a"; }

.bbcbox-container--thumbs .bbcbox-controls, .bbcbox-container--thumbs .bbcbox-slider-wrap, .bbcbox-container--thumbs .bbcbox-caption-wrap {
  right: 220px; }

.bbcbox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bbcbox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
    .bbcbox-thumbs > ul > li {
      float: left;
      overflow: hidden;
      max-width: 50%;
      padding: 0;
      margin: 0;
      width: 105px;
      height: 75px;
      position: relative;
      cursor: pointer;
      outline: none;
      border: 5px solid #fff;
      border-top-width: 0;
      border-right-width: 0;
      -webkit-tap-highlight-color: transparent;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

li.bbcbox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.bbcbox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bbcbox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.bbcbox-thumbs > ul > li.bbcbox-thumbs-active:before {
  opacity: 1; }

@media all and (max-width: 800px) {
  .bbcbox-thumbs {
    display: none !important; }
  .bbcbox-container--thumbs .bbcbox-controls, .bbcbox-container--thumbs .bbcbox-slider-wrap, .bbcbox-container--thumbs .bbcbox-caption-wrap {
    right: 0; } }

.morphing-btn-wrap {
  text-align: center;
  display: inline-block;
  position: relative; }

.morphing-btn {
  -webkit-transition: background 0.2s, color 0.2s 0.3s, width 0.2s 0s;
  -moz-transition: background 0.2s, color 0.2s 0.3s, width 0.2s 0s;
  -o-transition: background 0.2s, color 0.2s 0.3s, width 0.2s 0s;
  transition: background 0.2s, color 0.2s 0.3s, width 0.2s 0s;
  white-space: nowrap; }

.morphing-btn_circle {
  color: transparent;
  padding-left: 0;
  padding-right: 0;
  width: 35.6px !important;
  -webkit-transition: color 0.2s 0s, width .3s 0.2s;
  -moz-transition: color 0.2s 0s, width .3s 0.2s;
  -o-transition: color 0.2s 0s, width .3s 0.2s;
  transition: color 0.2s 0s, width .3s 0.2s; }

.morphing-btn-clone {
  position: fixed;
  background: #0075da;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  z-index: 3;
  font-size: 0.875em;
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.morphing-btn-clone_visible {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important; }

.morphing-close {
  position: fixed;
  top: 5%;
  right: 5%;
  background: rgba(0, 0, 0, 0.2);
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease 0s, -webkit-transform .2s ease-in-out;
  transition: background-color 0.2s ease 0s, -webkit-transform .2s ease-in-out;
  -o-transition: background-color 0.2s ease 0s, transform .2s ease-in-out;
  transition: background-color 0.2s ease 0s, transform .2s ease-in-out;
  transition: background-color 0.2s ease 0s, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  z-index: 99993;
  cursor: pointer;
  outline: none; }
  .morphing-close:active {
    margin-top: -1px; }
  .morphing-close:before, .morphing-close:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 24px;
    width: 26px;
    height: 1.5px;
    background: #fff; }
  .morphing-close:before {
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .morphing-close:after {
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

#morphing-content {
  margin: 0;
  position: relative;
  background: transparent;
  color: #fff;
  padding: 6em 10vw;
  line-height: 2;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #morphing-content a {
    color: #fff; }

/*
 *  Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

[data-toggle="img"] {
  position: relative; }
  [data-toggle="img"] img {
    opacity: 0;
    display: block;
    width: 1px;
    height: 1px; }
  [data-toggle="img"]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    opacity: 1;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s;
    z-index: 2; }

.img-cover, .img-contain {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.img-cover {
  background-size: cover; }

.img-contain {
  background-size: contain; }

.img-loaded:after {
  opacity: 0; }

.img-parallax {
  overflow: hidden;
  position: relative; }

.parallax-bg {
  position: absolute;
  top: 0;
  min-height: 100%;
  width: 100%;
  left: 0;
  z-index: 1; }

.z-index-3 {
  position: relative;
  z-index: 3; }

@font-face {
  font-family: 'BBCICON-l';
  src: url("../bbc-icon/light/fonts/BBC-Light.eot?x03698");
  src: url("../bbc-icon/light/fonts/BBC-Light.eot?x03698#iefix") format("embedded-opentype"), url("../bbc-icon/light/fonts/BBC-Light.ttf?x03698") format("truetype"), url("../bbc-icon/light/fonts/BBC-Light.woff?x03698") format("woff"), url("../bbc-icon/light/fonts/BBC-Light.svg?x03698#BBC-Light") format("svg");
  font-weight: lighter;
  font-style: normal; }

@font-face {
  font-family: 'BBCICON-r';
  src: url("../bbc-icon/regular/fonts/BBC-Regular.eot?x03698");
  src: url("../bbc-icon/regular/fonts/BBC-Regular.eot?x03698#iefix") format("embedded-opentype"), url("../bbc-icon/regular/fonts/BBC-Regular.ttf?x03698") format("truetype"), url("../bbc-icon/regular/fonts/BBC-Regular.woff?x03698") format("woff"), url("../bbc-icon/regular/fonts/BBC-Regular.svg?x03698#BBC-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BBCICON-s';
  src: url("../bbc-icon/solid/fonts/BBC-Solid.eot?x03698");
  src: url("../bbc-icon/solid/fonts/BBC-Solid.eot?x03698#iefix") format("embedded-opentype"), url("../bbc-icon/solid/fonts/BBC-Solid.ttf?x03698") format("truetype"), url("../bbc-icon/solid/fonts/BBC-Solid.woff?x03698") format("woff"), url("../bbc-icon/solid/fonts/BBC-Solid.svg?x03698#BBC-Solid") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'BBC-Brands';
  src: url("../bbc-icon/brands/fonts/BBC-Brands.eot?obir7i");
  src: url("../bbc-icon/brands/fonts/BBC-Brands.eot?obir7i#iefix") format("embedded-opentype"), url("../bbc-icon/brands/fonts/BBC-Brands.ttf?obir7i") format("truetype"), url("../bbc-icon/brands/fonts/BBC-Brands.woff?obir7i") format("woff"), url("../bbc-icon/brands/fonts/BBC-Brands.svg?obir7i#BBC-Brands") format("svg");
  font-weight: normal;
  font-style: normal; }

.br, .bl, .bs, .bb {
  speak: none;
  font-style: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

.br {
  font-family: 'BBCICON-r' !important; }

.bl {
  font-family: 'BBCICON-l' !important;
  font-weight: lighter; }

.bs {
  font-family: 'BBCICON-s' !important;
  font-weight: bold; }

.bb {
  font-family: 'BBC-Brands' !important;
  line-height: 1;
  font-weight: normal;
  font-variant: normal; }

.bbc-angle-double-left:before {
  content: "\e900"; }

.bbc-angle-double-right:before {
  content: "\e909"; }

.bbc-angle-left:before {
  content: "\e902"; }

.bbc-angle-right:before {
  content: "\e903"; }

.bbc-arrow-alt-to-top:before {
  content: "\e904"; }

.bbc-arrow-left:before {
  content: "\e905"; }

.bbc-arrow-right:before {
  content: "\e906"; }

.bbc-arrow-to-top:before {
  content: "\e907"; }

.bbc-calendar:before {
  content: "\e908"; }

.bbc-calendar-alt:before {
  content: "\e90a"; }

.bbc-calendar-check:before {
  content: "\e90b"; }

.bbc-check:before {
  content: "\e90c"; }

.bbc-chevron-left:before {
  content: "\e90d"; }

.bbc-chevron-right:before {
  content: "\e90e"; }

.bbc-comment-alt-dots:before {
  content: "\e901"; }

.bbc-comments-alt:before {
  content: "\e927"; }

.bbc-envelope:before {
  content: "\e90f"; }

.bbc-eye:before {
  content: "\e910"; }

.bbc-globe:before {
  content: "\e924"; }

.bbc-globe-asia:before {
  content: "\e925"; }

.bbc-heart:before {
  content: "\e911"; }

.bbc-home:before {
  content: "\e912"; }

.bbc-link:before {
  content: "\e928"; }

.bbc-lock-alt:before {
  content: "\e913"; }

.bbc-long-arrow-left:before {
  content: "\e914"; }

.bbc-long-arrow-right:before {
  content: "\e915"; }

.bbc-map-marker-alt:before {
  content: "\e916"; }

.bbc-mobile:before {
  content: "\e917"; }

.bbc-mobile-alt:before {
  content: "\e918"; }

.bbc-phone:before {
  content: "\e919"; }

.bbc-phone-volume:before {
  content: "\e91a"; }

.bbc-play:before {
  content: "\e91b"; }

.bbc-plus:before {
  content: "\e91c"; }

.bbc-search:before {
  content: "\e91d"; }

.bbc-share-alt:before {
  content: "\e91e"; }

.bbc-star:before {
  content: "\e91f"; }

.bbc-sync:before {
  content: "\e920"; }

.bbc-times:before {
  content: "\e921"; }

.bbc-trash-alt:before {
  content: "\e922"; }

.bbc-user:before {
  content: "\e923"; }

.bbc-users:before {
  content: "\e926"; }

.bbc-baidu-tie:before {
  content: "\e900"; }

.bbc-douban:before {
  content: "\e901"; }

.bbc-micro-programe:before {
  content: "\e902"; }

.bbc-qq:before {
  content: "\e903"; }

.bbc-qqzone:before {
  content: "\e904"; }

.bbc-renren:before {
  content: "\e905"; }

.bbc-tencent-weibo:before {
  content: "\e906"; }

.bbc-weibo:before {
  content: "\e907"; }

.bbc-weixin:before {
  content: "\e908"; }

body {
  color: #555;
  position: relative;
  overflow: hidden;
  min-height: 100vh; }
  @media (max-width: 1199.98px) {
    body {
      overflow-x: hidden;
      overflow-y: auto; } }

p {
  line-height: 1.75em; }

img {
  max-width: 100%; }

.section {
  position: relative;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }
  @media screen and (orientation: portrait) {
    .section {
      min-height: 0; } }

@-webkit-keyframes textDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes textDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes textUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes textUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes textLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes textLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes textRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes textRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation: textDown .8s ease both;
  animation: textDown .8s ease both; }

.fadeInUp {
  -webkit-animation: textUp .8s ease both;
  animation: textUp .8s ease both; }

.fadeInLeft {
  -webkit-animation: textLeft .5s ease both;
  animation: textLeft .5s ease both; }

.fadeInRight {
  -webkit-animation: textRight .5s ease both;
  animation: textRight .5s ease both; }

.bounceInDown {
  -webkit-animation: bounceInDown .6s ease both;
  animation: bounceInDown .6s ease both; }

.section-inner {
  padding-left: 120px;
  padding-right: 120px; }
  @media (max-width: 1199.98px) {
    .section-inner {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (max-width: 767.98px) {
    .section-inner {
      padding-left: 25px;
      padding-right: 25px; } }

.ie9 .section-v1, .ie11 .section-v1 {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .ie9 .section-v1 .section-inner, .ie11 .section-v1 .section-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 80px 0; }
    @media (max-width: 991.98px) {
      .ie9 .section-v1 .section-inner, .ie11 .section-v1 .section-inner {
        padding: 80px 0 40px; } }

.section-v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .section-v1 .section-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    @media (min-width: 992px) {
      .section-v1 .section-inner {
        min-height: 100vh; } }
    @media (max-width: 991.98px) {
      .section-v1 .section-inner {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 767.98px) {
      .section-v1 .section-inner {
        padding-top: 25px;
        padding-bottom: 30px; } }
    @media screen and (orientation: portrait) {
      .section-v1 .section-inner {
        min-height: 0; } }

.about-section {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal; }
  .about-section .inner-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 767.98px) {
      .about-section .inner-left {
        padding-left: 25px;
        padding-right: 25px; } }
  .about-section .inner-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    width: 0%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s; }
  .about-section .ueditor-content {
    font-size: 12px;
    display: inline-block;
    text-align: left;
    max-width: 600px; }
    .about-section .ueditor-content .title {
      font-weight: bold; }
    @media (max-width: 1199.98px) {
      .about-section .ueditor-content p {
        margin-bottom: 15px; } }
  .about-section.section-active .inner-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1000px;
    flex: 0 0 1000px;
    max-width: 1000px;
    width: 1000px;
    padding-left: 290px; }
    @media (max-width: 1600px) and (min-width: 1200px) {
      .about-section.section-active .inner-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        width: 55%;
        padding-left: 40px; } }
    @media (max-width: 1199.98px) {
      .about-section.section-active .inner-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 50px; } }
    @media (max-width: 767.98px) {
      .about-section.section-active .inner-left {
        padding-left: 25px; } }
  .about-section.section-active .inner-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 1000px);
    flex: 0 0 calc(100% - 1000px);
    max-width: calc(100% - 1000px);
    width: calc(100% - 1000px); }
    @media (max-width: 1600px) and (min-width: 1200px) {
      .about-section.section-active .inner-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        width: 45%; } }
    @media (max-width: 1199.98px) {
      .about-section.section-active .inner-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0;
        flex: 0 0 0;
        max-width: 0;
        width: 0; } }

.about-wrap {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  -webkit-transition: max-width .6s, padding-left .6s;
  -o-transition: max-width .6s, padding-left .6s;
  transition: max-width .6s, padding-left .6s; }
  @media (max-width: 1199.98px) {
    .about-wrap {
      margin-right: auto; } }
  .section-active .about-wrap {
    max-width: 650px;
    padding-left: 70px; }
    @media (max-width: 1600px) and (min-width: 1300.99px) {
      .section-active .about-wrap {
        padding-left: 45px; } }
    @media (max-width: 1300px) and (min-width: 1200px) {
      .section-active .about-wrap {
        padding-left: 0;
        width: 100%; } }
    @media (max-width: 1199.98px) {
      .section-active .about-wrap {
        padding-left: 0; } }
    @media (max-width: 991.98px) {
      .section-active .about-wrap {
        padding-left: 0; } }

@media (max-width: 767.98px) {
  #home .btn-welcome {
    display: none; } }

#nav-side {
  position: fixed;
  left: 35px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 99; }
  @media (max-width: 1199.98px) {
    #nav-side {
      left: 20px; } }
  @media (max-width: 767.98px) {
    #nav-side {
      left: -5px; } }

.nav-side {
  width: 40px; }
  .nav-side span {
    display: none; }
  .nav-side a {
    padding: 10px;
    color: #CCC;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    -webkit-transition: color .6s;
    -o-transition: color .6s;
    transition: color .6s;
    position: relative; }
    .nav-side a:before, .nav-side a:after {
      display: block;
      vertical-align: middle; }
    .nav-side a:after {
      content: attr(data-last);
      width: 0;
      -webkit-transition: width .6s ease-out;
      -o-transition: width .6s ease-out;
      transition: width .6s ease-out;
      overflow: hidden;
      position: absolute;
      top: 10px;
      left: 10px; }
    .nav-side a:before {
      content: attr(data-first);
      -webkit-transition: opacity .6s;
      -o-transition: opacity .6s;
      transition: opacity .6s;
      opacity: 1; }
    .nav-side a:hover, .nav-side a.active {
      color: #366797; }
      .nav-side a:hover:after, .nav-side a.active:after {
        width: 60px; }
      .nav-side a:hover:before, .nav-side a.active:before {
        opacity: 0; }
    @media (max-width: 991.98px) {
      .nav-side a.active:after {
        width: 0; }
      .nav-side a.active:before {
        opacity: 1 !important; }
      .nav-side a:hover:after {
        width: 60px; }
      .nav-side a:hover:before {
        opacity: 0; } }

#home .btn-welcome {
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 12; }

.btn-welcome {
  color: #fff;
  background-color: #366797;
  border-color: #366797;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 20px 45px; }
  .btn-welcome:hover {
    color: #fff;
    background-color: #2c547b;
    border-color: #294d71; }
  .btn-welcome:focus, .btn-welcome.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(54, 103, 151, 0.5);
    box-shadow: 0 0 0 0 rgba(54, 103, 151, 0.5); }
  .btn-welcome.disabled, .btn-welcome:disabled {
    color: #fff;
    background-color: #366797;
    border-color: #366797; }
  .btn-welcome:not(:disabled):not(.disabled):active, .btn-welcome:not(:disabled):not(.disabled).active,
  .show > .btn-welcome.dropdown-toggle {
    color: #fff;
    background-color: #294d71;
    border-color: #254768; }
    .btn-welcome:not(:disabled):not(.disabled):active:focus, .btn-welcome:not(:disabled):not(.disabled).active:focus,
    .show > .btn-welcome.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(54, 103, 151, 0.5);
      box-shadow: 0 0 0 0 rgba(54, 103, 151, 0.5); }
  .btn-welcome span {
    display: inline-block;
    vertical-align: middle; }
  .btn-welcome:hover .arrow:before {
    width: 3em; }

.arrow {
  display: inline-block;
  vertical-align: middle;
  height: 20px; }
  .arrow:after, .arrow:before {
    content: "";
    display: inline-block;
    vertical-align: top; }

.arrow-right {
  padding-top: 6px; }
  .arrow-right:after {
    border-top: 1px solid;
    border-right: 1px solid;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .arrow-right:before {
    border-top: 1px solid;
    width: 2em;
    height: 0;
    -webkit-transition: width .35s;
    -o-transition: width .35s;
    transition: width .35s;
    margin-left: 6px;
    margin-top: 3px; }

.arrow-left {
  padding-top: 6px; }
  .arrow-left:before {
    border-top: 1px solid;
    border-left: 1px solid;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow-left:after {
    border-top: 1px solid;
    width: 2em;
    height: 0;
    -webkit-transition: width .35s;
    -o-transition: width .35s;
    transition: width .35s;
    margin-right: 6px;
    margin-top: 3px; }

.preload-logo {
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
  overflow: hidden; }
  .preload-logo.loaded {
    height: 0; }
  .preload-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.heading {
  padding-top: 30px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s; }
  @media (max-width: 767.98px) {
    .heading {
      padding: 10px 15px 0;
      text-align: center; }
      .heading .heading-square {
        display: none; } }
  .heading h3 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #366797; }
    @media (max-width: 767.98px) {
      .heading h3 {
        font-size: 36px; } }
  .heading span {
    display: inline-block; }
  .heading .en {
    font-size: 12px;
    vertical-align: middle; }
    @media (max-width: 767.98px) {
      .heading .en {
        display: none; } }
    .heading .en:before, .heading .en:after {
      display: inline-block;
      content: "";
      vertical-align: middle; }
    .heading .en:before {
      height: 0;
      width: 68px;
      margin: 0 6px;
      border-top: 1px solid #ccc; }
    .heading .en:after {
      content: attr(data-title);
      text-transform: uppercase; }
  .heading p {
    font-size: 14px;
    margin-bottom: 0;
    opacity: 1;
    color: #366797;
    font-weight: bold; }
  .heading .heading-inner {
    z-index: 2; }

.about-section .heading {
  width: 350px;
  max-width: 100%;
  text-align: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }

.about-section.section-active .heading {
  width: 600px;
  text-align: left; }
  @media (max-width: 1300px) and (min-width: 1200px) {
    .about-section.section-active .heading {
      width: 100%; } }

.heading-square {
  z-index: 1;
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  color: #CCC; }
  @media (max-width: 767.98px) {
    .heading-square {
      width: 140px; } }
  .heading-square > i {
    display: block;
    position: absolute; }
  .heading-square .line-1 {
    border-top: 4px solid;
    border-right: 4px solid;
    width: 100%;
    height: 30px;
    bottom: 100%;
    margin-bottom: -30px;
    right: 0;
    opacity: 1;
    -webkit-transition: height .35s linear, width .5s linear .35s, opacity .2s .35s;
    -o-transition: height .35s linear, width .5s linear .35s, opacity .2s .35s;
    transition: height .35s linear, width .5s linear .35s, opacity .2s .35s; }
    @media (max-width: 767.98px) {
      .heading-square .line-1 {
        border-top: 3px solid;
        border-right: 3px solid; } }
  .heading-square .line-2 {
    border-right: 4px solid;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 1;
    -webkit-transition: height .5s linear .85s, opacity .2s .85s;
    -o-transition: height .5s linear .85s, opacity .2s .85s;
    transition: height .5s linear .85s, opacity .2s .85s; }
    @media (max-width: 767.98px) {
      .heading-square .line-2 {
        border-right: 3px solid; } }
  .heading-square .line-3 {
    border-bottom: 4px solid;
    border-right: 4px solid;
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: width .5s  linear 1.45s, height .2s linear 1.95s, opacity .2s 1.45s;
    -o-transition: width .5s  linear 1.45s, height .2s linear 1.95s, opacity .2s 1.45s;
    transition: width .5s  linear 1.45s, height .2s linear 1.95s, opacity .2s 1.45s; }
    @media (max-width: 767.98px) {
      .heading-square .line-3 {
        width: 100%;
        height: 25px;
        border-bottom: 3px solid;
        border-right: 3px solid; } }
  .before-active .heading-square .line-1 {
    width: 0;
    height: 0;
    -webkit-transition: height .35s 1.55s, width .5s 1.2s, opacity .2s 1.7s;
    -o-transition: height .35s 1.55s, width .5s 1.2s, opacity .2s 1.7s;
    transition: height .35s 1.55s, width .5s 1.2s, opacity .2s 1.7s;
    opacity: 0; }
  .before-active .heading-square .line-2 {
    height: 0;
    -webkit-transition: height .5s .7s, opacity .2s 1s;
    -o-transition: height .5s .7s, opacity .2s 1s;
    transition: height .5s .7s, opacity .2s 1s;
    opacity: 0; }
  .before-active .heading-square .line-3 {
    width: 0;
    height: 0;
    -webkit-transition: width .5s .2s, height .2s, opacity .2s .5s;
    -o-transition: width .5s .2s, height .2s, opacity .2s .5s;
    transition: width .5s .2s, height .2s, opacity .2s .5s;
    opacity: 0; }

.list-partner {
  margin-left: -5px;
  margin-right: -5px; }
  .list-partner > div {
    padding-left: 5px;
    padding-right: 5px; }
  @media (min-width: 992px) {
    .list-partner {
      margin-left: -10px;
      margin-right: -10px; }
      .list-partner > div {
        padding-left: 10px;
        padding-right: 10px; } }

.list-about-count::after {
  display: block;
  clear: both;
  content: ""; }

.list-about-count li {
  display: inline-block;
  padding: 0 60px;
  float: left; }
  @media (max-width: 1199.98px) {
    .list-about-count li {
      padding: 0 15px;
      float: none; } }
  @media (max-width: 991.98px) {
    .list-about-count li {
      padding: 0 10px; } }
  @media (max-width: 767.98px) {
    .list-about-count li {
      width: 45%; } }

.about-count {
  text-align: center;
  padding: 40px 0; }
  @media (max-width: 991.98px) {
    .about-count {
      padding: 20px 0; } }
  @media (max-width: 767.98px) {
    .about-count {
      padding: 10px 0 15px; } }
  .about-count p {
    margin-bottom: 5px; }
  .about-count .count {
    font-size: 48px;
    line-height: 1em;
    color: #fff; }
    @media (max-width: 1199.98px) {
      .about-count .count {
        font-size: 36px; } }
    @media (max-width: 991.98px) {
      .about-count .count {
        font-size: 30px; } }
  .about-count .type {
    font-size: 16px;
    line-height: 1em;
    margin-left: 5px;
    color: #fff; }
  .about-count h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff; }

.about-icon-container {
  padding: 15px 40px;
  background-color: #FFF;
  width: 960px;
  position: relative;
  z-index: 8;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.07); }
  @media (max-width: 1199.98px) {
    .about-icon-container {
      padding: 15px 50px;
      margin-top: 5px;
      max-width: 100%; } }
  @media (max-width: 767.98px) {
    .about-icon-container {
      padding: 15px;
      display: none; } }

@media (max-width: 767.98px) {
  .about-section .btn-welcome {
    width: 100%; } }

.list-about-icon {
  text-align: center;
  padding: 15px 0 5px; }
  .list-about-icon .fi {
    font-size: 64px;
    color: #366797;
    line-height: 1em; }
    @media (max-width: 1199.98px) {
      .list-about-icon .fi {
        font-size: 48px; } }
  .list-about-icon h5 {
    font-size: 12px;
    margin-top: 8px; }

.banner-full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

@media (min-width: 1200px) {
  .owl-item .fadeUp {
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  .owl-item.active .fadeUp {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .delay-1 {
    -webkit-transition-delay: 0.25s !important;
    -o-transition-delay: 0.25s !important;
    transition-delay: 0.25s !important; }
  .delay-f-1 {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .delay-2 {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important; }
  .delay-f-2 {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .delay-3 {
    -webkit-transition-delay: 0.75s !important;
    -o-transition-delay: 0.75s !important;
    transition-delay: 0.75s !important; }
  .delay-f-3 {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .delay-4 {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important; }
  .delay-f-4 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .delay-5 {
    -webkit-transition-delay: 1.25s !important;
    -o-transition-delay: 1.25s !important;
    transition-delay: 1.25s !important; }
  .delay-f-5 {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .delay-6 {
    -webkit-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
    transition-delay: 1.5s !important; }
  .delay-f-6 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .delay-7 {
    -webkit-transition-delay: 1.75s !important;
    -o-transition-delay: 1.75s !important;
    transition-delay: 1.75s !important; }
  .delay-f-7 {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .delay-8 {
    -webkit-transition-delay: 2s !important;
    -o-transition-delay: 2s !important;
    transition-delay: 2s !important; }
  .delay-f-8 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .delay-9 {
    -webkit-transition-delay: 2.25s !important;
    -o-transition-delay: 2.25s !important;
    transition-delay: 2.25s !important; }
  .delay-f-9 {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .delay-10 {
    -webkit-transition-delay: 2.5s !important;
    -o-transition-delay: 2.5s !important;
    transition-delay: 2.5s !important; }
  .delay-f-10 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .delay-11 {
    -webkit-transition-delay: 2.75s !important;
    -o-transition-delay: 2.75s !important;
    transition-delay: 2.75s !important; }
  .delay-f-11 {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .delay-12 {
    -webkit-transition-delay: 3s !important;
    -o-transition-delay: 3s !important;
    transition-delay: 3s !important; }
  .delay-f-12 {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .delay-13 {
    -webkit-transition-delay: 3.25s !important;
    -o-transition-delay: 3.25s !important;
    transition-delay: 3.25s !important; }
  .delay-f-13 {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .delay-14 {
    -webkit-transition-delay: 3.5s !important;
    -o-transition-delay: 3.5s !important;
    transition-delay: 3.5s !important; }
  .delay-f-14 {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .delay-15 {
    -webkit-transition-delay: 3.75s !important;
    -o-transition-delay: 3.75s !important;
    transition-delay: 3.75s !important; }
  .delay-f-15 {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .delay-16 {
    -webkit-transition-delay: 4s !important;
    -o-transition-delay: 4s !important;
    transition-delay: 4s !important; }
  .delay-f-16 {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .delay-17 {
    -webkit-transition-delay: 4.25s !important;
    -o-transition-delay: 4.25s !important;
    transition-delay: 4.25s !important; }
  .delay-f-17 {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s; }
  .delay-18 {
    -webkit-transition-delay: 4.5s !important;
    -o-transition-delay: 4.5s !important;
    transition-delay: 4.5s !important; }
  .delay-f-18 {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .delay-19 {
    -webkit-transition-delay: 4.75s !important;
    -o-transition-delay: 4.75s !important;
    transition-delay: 4.75s !important; }
  .delay-f-19 {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s; }
  .delay-20 {
    -webkit-transition-delay: 5s !important;
    -o-transition-delay: 5s !important;
    transition-delay: 5s !important; }
  .delay-f-20 {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; } }

.heading-light {
  color: #FFF; }
  .heading-light .en:before {
    border-color: #fff;
    opacity: 0.5; }
  .heading-light .heading-square {
    opacity: 0.5; }

.heading-right {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }
  .heading-right .en:after {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .heading-right .ch {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .heading-right p span {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    text-align: right; }
    @media (max-width: 767.98px) {
      .heading-right p span {
        text-align: center; } }

#service {
  background-color: #000; }

.service-wrap {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  text-align: center; }
  .service-wrap > div {
    display: inline-block;
    vertical-align: middle; }
  .service-wrap .service-left {
    width: 42%; }
    @media (max-width: 991.98px) {
      .service-wrap .service-left {
        width: 100%; } }
  .service-wrap .service-right {
    width: 56%;
    padding-left: 6%;
    padding-top: 140px; }
    @media (max-width: 991.98px) {
      .service-wrap .service-right {
        padding-top: 10px;
        width: 100%;
        padding-left: 0; } }
    @media (max-width: 767.98px) {
      .service-wrap .service-right {
        display: none; } }

.service-section .section-inner {
  padding-left: 120px;
  padding-right: 120px; }
  @media (max-width: 991.98px) {
    .service-section .section-inner {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 767.98px) {
    .service-section .section-inner {
      padding-left: 25px;
      padding-right: 25px; } }

.nav-tab-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .nav-tab-service > li {
    padding-left: 10px;
    padding-right: 10px; }
  .nav-tab-service > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .nav-tab-service > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        width: 33.333%; }
        .nav-tab-service > li:last-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
          max-width: 66.666%;
          width: 66.666%; } }
  .nav-tab-service a {
    display: block;
    background-color: #1d1c1c;
    padding: 8px;
    text-align: center;
    color: #FFF;
    height: 88px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .nav-tab-service a {
        height: 109px; } }
    .nav-tab-service a:before {
      content: "";
      position: absolute;
      background-color: #366797;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      opacity: 0;
      -webkit-transition: opacity .35s, -webkit-transform .35s;
      transition: opacity .35s, -webkit-transform .35s;
      -o-transition: transform .35s, opacity .35s;
      transition: transform .35s, opacity .35s;
      transition: transform .35s, opacity .35s, -webkit-transform .35s;
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transform: scale(0, 0.02);
      -ms-transform: scale(0, 0.02);
      transform: scale(0, 0.02); }
    .nav-tab-service a:hover:before {
      -webkit-transform: scale(1, 0.02);
      -ms-transform: scale(1, 0.02);
      transform: scale(1, 0.02);
      opacity: 1; }
    .nav-tab-service a.active:before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1; }
  .nav-tab-service .delay-7 a:focus:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  .nav-tab-service h5, .nav-tab-service p, .nav-tab-service i {
    position: relative;
    z-index: 2; }
  .nav-tab-service p {
    margin-bottom: 0;
    font-size: 12px; }
    @media (max-width: 1199.98px) {
      .nav-tab-service p {
        display: none; } }
  .nav-tab-service h5 {
    font-size: 16px;
    margin-bottom: 5px; }
  .nav-tab-service .fi {
    font-size: 36px;
    line-height: 48px; }

.more-service, .btn-more {
  border: 1px solid;
  display: inline-block;
  padding: 5px 15px;
  margin-top: 25px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1199.98px) {
    .more-service, .btn-more {
      margin-top: 20px; } }

.btn-more {
  color: #FFF;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .btn-more:hover {
    background-color: #366797;
    color: #ffffff;
    border-color: #366797; }

a.nav-toggle-work {
  position: absolute;
  z-index: 7;
  right: 50%;
  margin-right: -35px;
  top: 100%;
  margin-top: -35px;
  background-color: #366797;
  border: 15px solid #ffffff;
  width: 70px;
  height: 70px; }
  a.nav-toggle-work .box {
    text-align: center;
    display: block;
    height: auto;
    height: 12px; }
    a.nav-toggle-work .box:first-child {
      margin-top: 4px; }
    a.nav-toggle-work .box:before, a.nav-toggle-work .box:after {
      display: inline-block;
      vertical-align: top;
      content: "";
      width: 10px;
      height: 10px;
      margin: 1px;
      background-color: #FFF; }

.work-section {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    .work-section {
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal; } }
  .work-section .inner-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    width: 35%;
    background-color: #222;
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 767.98px) {
      .work-section .inner-left {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 5px !important;
        background-color: #fff;
        border-bottom: 1px solid #eee; }
        .work-section .inner-left .heading {
          color: #222; } }
  .work-section .inner-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    width: 65%;
    padding-left: 50px;
    padding-right: 50px; }
  @media (max-width: 991.98px) {
    .work-section .inner-left, .work-section .inner-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; }
    .work-section .inner-left {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-bottom: 30px; }
    .work-section .inner-right {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding: 40px 50px 60px; }
    .work-section .section-inner {
      min-height: auto; } }
  @media (max-width: 767.98px) {
    .work-section .inner-right {
      padding: 40px 25px 60px; } }

@media (max-width: 767.98px) {
  .contact-right .text-center {
    display: none; } }

.work-right {
  max-width: 960px;
  width: 100%;
  padding-left: 60px; }
  @media (max-width: 991.98px) {
    .work-right {
      padding-left: 10px; } }

.nav-work-close {
  padding: 5px 0 !important;
  top: 5px;
  left: 5px;
  position: absolute; }

.list-work {
  margin-bottom: -60px; }
  @media (min-width: 1200px) {
    .list-work {
      margin-left: -35px;
      margin-right: -35px; }
      .list-work > li {
        padding-left: 35px;
        padding-right: 35px; } }
  @media (max-width: 991.98px) {
    .list-work {
      margin-bottom: -30px; } }
  @media (max-width: 767.98px) {
    .list-work {
      margin-left: -7px;
      margin-right: -7px; }
      .list-work > li {
        padding-left: 7px;
        padding-right: 7px; } }
  .list-work li {
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .list-work li {
        margin-bottom: 58px; } }
    @media (max-width: 767.98px) {
      .list-work li {
        margin-bottom: 15px; } }
  .list-work h5 {
    margin-bottom: 0;
    position: absolute;
    padding: 10px 15px 11px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    background-color: #366797;
    top: 100%;
    left: 0;
    color: #FFF;
    font-size: 14px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    margin-top: 1px; }
  .list-work a {
    position: relative;
    overflow: hidden; }
    .list-work a:hover .plus {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .list-work a:hover h5 {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
  .list-work .plus {
    top: 50%;
    left: 50%;
    margin-top: -1em;
    margin-left: -1em;
    -webkit-transform: scale(9);
    -ms-transform: scale(9);
    transform: scale(9);
    background-color: #366797;
    opacity: 0;
    color: #FFF;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    -o-transition: transform .6s, opacity .6s;
    transition: transform .6s, opacity .6s;
    transition: transform .6s, opacity .6s, -webkit-transform .6s; }

.plus {
  position: absolute;
  display: block;
  z-index: 2;
  width: 2em;
  height: 2em;
  font-size: 20px; }
  .plus:before, .plus:after {
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .plus:before {
    border-left: 2px solid;
    height: 1em; }
  .plus:after {
    border-top: 2px solid;
    width: 1em; }

.nav-work {
  text-align: right; }
  @media (max-width: 767.98px) {
    .nav-work {
      position: fixed;
      top: 0;
      right: 0;
      background-color: #222;
      padding: 80px 30px 30px;
      height: 100%;
      z-index: 99999;
      -webkit-transition: -webkit-transform .35s;
      transition: -webkit-transform .35s;
      -o-transition: transform .35s;
      transition: transform .35s;
      transition: transform .35s, -webkit-transform .35s;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      width: 70%; }
      .nav-work.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
  .nav-work li a.btn-more {
    display: inline-block;
    padding: 5px 10px; }
  .nav-work .arrow {
    margin-right: 15px;
    color: #FFF; }
    .nav-work .arrow:after {
      width: 60px;
      -webkit-transition: width .35s, opacity .35s;
      -o-transition: width .35s, opacity .35s;
      transition: width .35s, opacity .35s;
      opacity: 0.4;
      margin-left: 6px; }
    .nav-work .arrow:before {
      opacity: 0;
      -webkit-transition: opacity .35s;
      -o-transition: opacity .35s;
      transition: opacity .35s; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .nav-work li {
      display: inline-block;
      width: 32%; }
    .nav-work li a.btn-more {
      margin-top: 0; } }
  .nav-work a {
    padding: 12px 0;
    color: #FFF;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    .nav-work a.active {
      color: #366797; }
    .nav-work a:hover .arrow:after, .nav-work a.active .arrow:after {
      width: 100px;
      opacity: 1; }
    .nav-work a:hover .arrow:before, .nav-work a.active .arrow:before {
      opacity: 1; }

.partner-wrap, .news-wrap {
  width: 1440px;
  max-width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 20px; }
  @media (max-width: 991.98px) {
    .partner-wrap, .news-wrap {
      padding-top: 1px; } }

.partner-block {
  position: relative;
  margin-bottom: 20px;
  background-color: #e8e8e8;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .partner-block {
      margin-bottom: 10px; } }
  .partner-block [data-toggle="img"]:after {
    background-color: #e8e8e8; }
  .partner-block .img-cover {
    background-color: transparent; }
  .partner-block .partner-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #366797;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    z-index: 1; }
  .partner-block:hover .partner-hover {
    opacity: 1; }

.slide-partner .owl-dots {
  display: none; }

.slide-partner .owl-nav > button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #666;
  -webkit-transition: color .35s, -webkit-transform .35s;
  transition: color .35s, -webkit-transform .35s;
  -o-transition: color .35s, transform .35s;
  transition: color .35s, transform .35s;
  transition: color .35s, transform .35s, -webkit-transform .35s; }
  .slide-partner .owl-nav > button:hover {
    color: #366797; }
  .slide-partner .owl-nav > button.disabled {
    opacity: 0.5;
    pointer-events: none; }

.slide-partner .owl-nav span {
  display: inline-block;
  font-style: normal;
  vertical-align: top;
  margin-top: -3px;
  font-size: 12px;
  line-height: 1em;
  margin: -3px 5px 0; }

.slide-partner .owl-next {
  float: right; }
  .slide-partner .owl-next:hover {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
    .slide-partner .owl-next:hover .arrow-right:before {
      width: 90px; }
      @media (max-width: 767.98px) {
        .slide-partner .owl-next:hover .arrow-right:before {
          width: 50px; } }

.slide-partner .owl-prev {
  float: left; }
  .slide-partner .owl-prev:hover {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
    .slide-partner .owl-prev:hover .arrow-left:after {
      width: 90px; }
      @media (max-width: 767.98px) {
        .slide-partner .owl-prev:hover .arrow-left:after {
          width: 50px; } }

.slide-partner .arrow-left:after {
  margin-left: 6px; }

.slide-partner .arrow-right:before {
  margin-right: 6px; }

.slide-partner .arrow-left:after, .slide-partner .arrow-right:before {
  border-color: #ccc;
  width: 80px;
  -webkit-transition: width .35s;
  -o-transition: width .35s;
  transition: width .35s; }
  @media (max-width: 767.98px) {
    .slide-partner .arrow-left:after, .slide-partner .arrow-right:before {
      width: 40px; } }

.slide-partner .arrow-right:after, .slide-partner .arrow-left:before {
  border-color: #366797; }

.partner-container {
  background-color: #FFF; }
  @media (max-width: 767.98px) {
    .partner-container {
      margin-left: -25px;
      margin-right: -25px; } }

.partner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 510px;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .partner-bg {
      height: 200px; } }
  .partner-bg .img-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.section-bg, .img-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute; }

.news-img {
  height: 196px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1199.98px) {
    .news-img {
      height: 160px; } }
  .news-img .img-bg {
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out; }

.news-body {
  padding: 30px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .news-body {
      padding: 20px; } }
  .news-body:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 20px;
    left: -7px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color .35s;
    -o-transition: background-color .35s;
    transition: background-color .35s; }
  @media (max-width: 991.98px) {
    .news-body {
      padding: 15px; } }

.news-block {
  background-color: #FFF;
  color: #000;
  -webkit-transition: background-color .35s, color .35s;
  -o-transition: background-color .35s, color .35s;
  transition: background-color .35s, color .35s; }
  .news-block:hover {
    background-color: #366797;
    color: #FFF; }
    .news-block:hover .news-body:before {
      background-color: #366797; }
    .news-block:hover .img-bg {
      -webkit-transform: scale(1.2) rotate(3deg);
      -ms-transform: scale(1.2) rotate(3deg);
      transform: scale(1.2) rotate(3deg); }
  .news-block > div {
    float: left;
    width: 50%; }
  .news-block h5 {
    font-size: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .news-block .news-date {
    display: block;
    opacity: 0.5;
    margin-bottom: 10px;
    font-size: 12px; }
  .news-block p {
    opacity: 0.7;
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 0;
    max-height: 6em;
    overflow: hidden; }

.news-block-outer:nth-child(2n) .news-img {
  float: right; }

.news-block-outer:nth-child(2n) .news-body:before {
  left: auto;
  right: -7px; }

.news-section .btn-more {
  margin-top: 80px; }
  @media (max-width: 1199.98px) {
    .news-section .btn-more {
      margin-top: 30px; } }

.input-material-group {
  display: block !important;
  position: relative; }
  .input-material-group .input-append, .input-material-group .form-label {
    position: absolute; }
  .input-material-group .input-append {
    right: 0;
    bottom: 0;
    z-index: 3; }
  .input-material-group .form-label {
    padding: 25px 0 10px;
    height: 50px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    line-height: 1;
    color: #fff; }
  .input-material-group.focus .form-label {
    -webkit-transform: scale(0.8) translate3d(0, -55%, 0);
    transform: scale(0.8) translate3d(0, -55%, 0); }
  .input-material-group .form-control {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #FFF;
    display: block !important;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 25px 0 10px;
    color: #ffffff;
    height: 50px !important;
    line-height: 20px; }
  .input-material-group img, .input-material-group .fi {
    vertical-align: middle; }
  .input-material-group .fi {
    width: 30px;
    height: 30px;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    background-color: #000000;
    color: red; }
    .input-material-group .fi:before {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      display: inline-block;
      line-height: 30px; }
    .input-material-group .fi:hover:before {
      -webkit-transition: -webkit-transform .6s;
      transition: -webkit-transform .6s;
      -o-transition: transform .6s;
      transition: transform .6s;
      transition: transform .6s, -webkit-transform .6s;
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }

#about-container {
  min-width: 100%; }

.footer-index {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFF; }
  .footer-index a, .footer-index span {
    color: #666; }
  .footer-index a:hover {
    color: #366797; }

.copyright {
  text-align: center;
  padding: 15px;
  background-color: #323232; }
  .copyright > a, .copyright span {
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    color: #ccc;
    font-size: 12px; }
  .copyright span a {
    color: #ccc; }

.section-v2 {
  min-height: auto; }

.banner-sub-inner {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 8; }

.banner-sub {
  height: 380px; }
  @media (max-width: 767.98px) {
    .banner-sub {
      height: 220px; } }
  .banner-sub .heading {
    display: inline-block; }

@media (max-width: 767.98px) {
  #about-service {
    display: none; } }

.nav-menu-v2 {
  margin-left: -15px;
  margin-right: -15px; }
  .nav-menu-v2::after {
    display: block;
    clear: both;
    content: ""; }
  .nav-menu-v2 .menu-item {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    padding: 0 10px; }
  .nav-menu-v2 li {
    width: 14.28571%;
    float: left;
    position: relative; }
    .nav-menu-v2 li:not(:last-child) .menu-item:before {
      content: "";
      height: 60%;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      position: absolute;
      right: 0;
      display: block;
      top: 20%; }
  .nav-menu-v2 .menu-a {
    padding: 25px 0px;
    color: #333333;
    -webkit-transition: color .35s, background-color .35s, padding .35s;
    -o-transition: color .35s, background-color .35s, padding .35s;
    transition: color .35s, background-color .35s, padding .35s;
    position: relative; }
    .nav-menu-v2 .menu-a:hover {
      color: #FFF;
      background-color: #333; }
      .nav-menu-v2 .menu-a:hover .menu-item {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0); }
  .nav-menu-v2 .menu-over {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .nav-menu-v2 .sub-list {
    margin: 0 -5px;
    position: relative;
    z-index: 4;
    height: 21px;
    overflow: hidden; }
  .nav-menu-v2 a {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    opacity: 0.6;
    color: #333;
    font-weight: normal;
    -webkit-transition: font-weight .35s, color .35s, opacity .35s;
    -o-transition: font-weight .35s, color .35s, opacity .35s;
    transition: font-weight .35s, color .35s, opacity .35s; }
    .nav-menu-v2 a:hover {
      color: #FFF !important;
      opacity: 1; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .nav-menu-v2 a {
        padding: 0 2px; } }
  .nav-menu-v2 h5 {
    font-size: 14px; }
    @media (max-width: 991.98px) {
      .nav-menu-v2 h5 {
        font-size: 13px; } }
  .nav-menu-v2 small {
    font-size: 12px;
    opacity: 0.6;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }

.menu-a:hover a {
  color: #FFF; }

.section-logo, .section-hotline {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
  pointer-events: auto; }

.section-logo {
  left: 15px;
  -webkit-transform: translate3d(-100px, -50%, 0);
  transform: translate3d(-100px, -50%, 0); }
  .section-logo img {
    height: 38px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .section-logo img {
        width: 172px; } }

.ie9 .ie-hide {
  display: none; }

.ie-show {
  display: none; }
  .ie9 .ie-show {
    display: block; }

.section-hotline {
  right: 15px;
  color: #444;
  font-size: 24px;
  -webkit-transform: translate3d(100px, -50%, 0);
  transform: translate3d(100px, -50%, 0);
  display: block; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .section-hotline {
      font-size: 20px; } }
  .section-hotline span {
    line-height: 36px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .section-hotline span {
        line-height: 32px; } }
  .section-hotline i, .section-hotline span {
    display: inline-block;
    vertical-align: top; }
  .section-hotline .fi {
    font-size: 18px;
    width: 2em;
    height: 2em;
    background-color: #444;
    border-radius: 50%;
    line-height: 2em;
    text-align: center;
    color: #ffffff;
    margin-right: 10px; }
    .section-hotline .fi:before {
      display: inline-block; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .section-hotline .fi {
        font-size: 16px;
        margin-right: 6px; } }

.section-fixed {
  background-color: #ffffff;
  width: 100%;
  top: 0;
  -webkit-transition: padding .35s;
  -o-transition: padding .35s;
  transition: padding .35s; }
  .section-fixed .container {
    -webkit-transition: max-width .5s;
    -o-transition: max-width .5s;
    transition: max-width .5s; }
  .is-sticky .section-fixed {
    position: fixed;
    z-index: 888;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 1px !important; }
    .is-sticky .section-fixed .container {
      max-width: 1300px; }

.is-sticky .menu-a {
  padding: 15px 0 !important; }

@media (min-width: 1200px) {
  .is-sticky .section-fixed {
    padding: 0 190px; }
  .is-sticky .section-logo, .is-sticky .section-hotline {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

@media (min-width: 1601px) {
  .is-sticky .section-fixed {
    padding: 0 260px; } }

@media (max-width: 992px) {
  .is-sticky .section-logo, .is-sticky .section-hotline {
    pointer-events: none; } }

.block-body {
  overflow: hidden; }

.block-0010-1::after {
  display: block;
  clear: both;
  content: ""; }

.block-0010-1 .block-media {
  float: left;
  margin-right: 30px;
  margin-top: 15px; }
  .block-0010-1 .block-media img {
    max-width: 210px; }
  @media (max-width: 767.98px) {
    .block-0010-1 .block-media {
      float: none;
      margin-right: 0;
      text-align: center;
      margin-bottom: 20px; } }

.block-0010-1 p {
  text-indent: 2em; }

.heading-about {
  margin-top: 40px;
  margin-bottom: 60px; }
  @media (max-width: 1199.98px) {
    .heading-about {
      margin-bottom: 30px; } }
  .before-active .heading-about h3:after {
    width: 0; }
  .before-active .heading-about h3 span:after {
    -webkit-transform: translate3d(-50%, -55%, 0) scale(2);
    transform: translate3d(-50%, -55%, 0) scale(2);
    opacity: 0; }
  .before-active .heading-about h3 span:before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0; }
  .heading-about h3 {
    font-size: 48px;
    font-weight: bold;
    color: #555; }
    @media (max-width: 767.98px) {
      .heading-about h3 {
        font-size: 36px; } }
    @media (max-width: 575.98px) {
      .heading-about h3 {
        font-size: 7.5vw; } }
    .heading-about h3 span {
      display: inline-block;
      position: relative;
      z-index: 2; }
      .heading-about h3 span:before, .heading-about h3 span:after {
        -webkit-transition: opacity .6s ease-out, -webkit-transform .6s ease-out;
        transition: opacity .6s ease-out, -webkit-transform .6s ease-out;
        -o-transition: transform .6s ease-out, opacity .6s ease-out;
        transition: transform .6s ease-out, opacity .6s ease-out;
        transition: transform .6s ease-out, opacity .6s ease-out, -webkit-transform .6s ease-out;
        opacity: 1; }
      .heading-about h3 span:before {
        content: attr(data-ch);
        display: inline-block;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; }
      .heading-about h3 span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8, 1);
        transform: translate3d(-50%, -50%, 0) scale(0.8, 1);
        content: attr(data-en);
        opacity: .1;
        font-size: 140px;
        line-height: 1em;
        z-index: -1;
        white-space: nowrap;
        text-transform: uppercase; }
        @media (max-width: 1199.98px) {
          .heading-about h3 span:after {
            font-size: 110px; } }
        @media (max-width: 767.98px) {
          .heading-about h3 span:after {
            font-size: 80px; } }
        @media (max-width: 575.98px) {
          .heading-about h3 span:after {
            font-size: 17vw; } }
    .heading-about h3:after {
      content: "";
      display: block;
      border-top: 6px solid #366797;
      margin-top: 60px;
      width: 1.5em;
      -webkit-transition: width .5s .8s;
      -o-transition: width .5s .8s;
      transition: width .5s .8s; }
      @media (max-width: 1199.98px) {
        .heading-about h3:after {
          margin-top: 30px; } }
      @media (max-width: 767.98px) {
        .heading-about h3:after {
          border-top: 4px solid #366797; } }
  @media (max-width: 991.98px) {
    .heading-about {
      text-align: center; }
      .heading-about h3:after {
        margin-left: auto;
        margin-right: auto; } }

.section-p {
  padding: 70px 0; }
  @media (max-width: 991.98px) {
    .section-p {
      padding: 50px 0; } }
  @media (max-width: 575.98px) {
    .section-p {
      padding: 30px 0; } }

.laptop {
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .laptop img {
      width: 550px;
      max-width: 550px; } }
  @media (min-width: 992px) {
    .laptop img {
      width: 750px;
      max-width: 750px; } }

@media (min-width: 1200px) {
  #about01 .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 720px;
    flex: 0 0 720px;
    max-width: 720px;
    width: 720px; }
  #about01 .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    max-width: 420px;
    width: 420px; } }

.heading-line {
  color: #333333;
  position: relative;
  text-align: center; }
  @media (max-width: 767.98px) {
    .heading-line {
      margin-left: 30px;
      margin-right: 30px; } }
  .heading-line h5 {
    font-size: 26px; }
    @media (max-width: 575.98px) {
      .heading-line h5 {
        font-size: 20px; } }
  .heading-line p {
    margin-bottom: 0; }
    @media (max-width: 575.98px) {
      .heading-line p {
        font-size: 12px; } }
  .heading-line .heading-inner {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 20px; }
    @media (max-width: 767.98px) {
      .heading-line .heading-inner {
        padding: 0 10px; } }
  .heading-line .line-center {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 1920px;
    border-top: 1px solid #ddd; }

@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/avn.eot");
  src: url("../fonts/avn.eot?#iefix") format("embedded-opentype"), url("../fonts/avn.woff2") format("woff2"), url("../fonts/avn.woff") format("woff"), url("../fonts/avn.ttf") format("truetype"), url("../fonts/avn.svg#AvenirNext-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

.about-count-v2 {
  text-align: center;
  padding: 20px 0; }
  .about-count-v2 .count {
    font-size: 90px;
    letter-spacing: -3px;
    color: #366797;
    font-family: "AvenirNext", "Microsoft Yahei", sans-serif; }
    @media (max-width: 1199.98px) {
      .about-count-v2 .count {
        font-size: 65px; } }
    @media (max-width: 991.98px) {
      .about-count-v2 .count {
        font-size: 42px; } }
  .about-count-v2 h5 {
    font-size: 18px; }

.list-count-v2 {
  padding: 100px 0 70px;
  text-align: center;
  margin-right: -30px;
  margin-left: -30px; }
  @media (max-width: 991.98px) {
    .list-count-v2 {
      padding: 60px 0 35px; } }
  @media (max-width: 575.98px) {
    .list-count-v2 {
      padding: 30px 0 30px; } }
  .list-count-v2 li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 50px; }
    @media (max-width: 1199.98px) {
      .list-count-v2 li {
        padding: 0 30px; } }
    @media (max-width: 575.98px) {
      .list-count-v2 li {
        padding: 0 10px;
        width: 45%; } }

.section-v2 .container {
  z-index: 2;
  position: relative; }

.heading-line-v2 {
  color: #ffffff;
  text-align: center; }
  .heading-line-v2 h3 {
    font-size: 30px; }
  .heading-line-v2 .ch {
    margin-bottom: 10px;
    display: block;
    font-weight: bold; }
  .heading-line-v2 .en {
    font-size: 18px;
    display: block; }
    @media (max-width: 575.98px) {
      .heading-line-v2 .en {
        font-size: 16px; } }
    .heading-line-v2 .en:before, .heading-line-v2 .en:after {
      content: "";
      display: inline-block;
      border-top: 1px solid #fff;
      vertical-align: middle;
      width: 130px;
      margin: 0 30px;
      opacity: .7; }
      @media (max-width: 767.98px) {
        .heading-line-v2 .en:before, .heading-line-v2 .en:after {
          width: 20px;
          margin: 0 10px; } }
  .heading-line-v2 p {
    margin-bottom: 0;
    opacity: .7; }
    @media (max-width: 575.98px) {
      .heading-line-v2 p {
        font-size: 12px; } }

.list-tech {
  padding-top: 100px; }
  @media (max-width: 767.98px) {
    .list-tech {
      padding-top: 10px;
      padding-bottom: 20px; } }
  .list-tech a {
    display: block;
    color: #FFF; }
  .list-tech li {
    padding: 0 30px; }
  .list-tech h5 {
    width: 3.25em;
    height: 3.25em;
    margin: 0 auto 35px;
    font-size: 48px;
    position: relative; }
    @media (max-width: 991.98px) {
      .list-tech h5 {
        font-size: 36px; } }
    @media (max-width: 767.98px) {
      .list-tech h5 {
        margin-bottom: 18px;
        margin-top: 25px; } }
    .list-tech h5 span {
      width: 3.25em;
      height: 3.25em;
      border-radius: 50%;
      border: 1px solid;
      text-align: center;
      line-height: 3.25em;
      line-height: calc(3.25em - 2px);
      position: relative;
      display: block; }
    .list-tech h5:before, .list-tech h5:after {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      border-top: 1px solid #ddd;
      width: 150px; }
      @media (max-width: 1199.98px) {
        .list-tech h5:before, .list-tech h5:after {
          width: 120px; } }
      @media (max-width: 991.98px) {
        .list-tech h5:before, .list-tech h5:after {
          width: 80px; } }
      @media (max-width: 767.98px) {
        .list-tech h5:before, .list-tech h5:after {
          width: 300px; } }
    .list-tech h5:before {
      margin-left: 8px;
      left: 100%; }
    .list-tech h5:after {
      margin-right: 8px;
      right: 100%; }
  .list-tech li:first-child h5:after, .list-tech li:last-child h5:before {
    width: 800px; }
  .list-tech p {
    border-left: 1px solid #366797;
    padding-left: 20px; }

.heading-v2 {
  text-align: center; }
  .heading-v2 h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px; }
    .heading-v2 h3:after {
      content: "";
      width: 2em;
      border-top: 1px solid;
      display: block;
      margin: 15px auto; }

#about04 {
  padding: 80px 0; }
  #about04 .btn-v2 {
    margin-top: 90px; }
  @media (max-width: 767.98px) {
    #about04 {
      padding: 40px 0; }
      #about04 .btn-v2 {
        margin-top: 10px; } }

#about03 .section-bg, #about04 .section-bg {
  height: 90vh;
  top: -15vh; }

.no-skrollr #about03 .section-bg, .no-skrollr #about04 .section-bg {
  height: 100%;
  top: 0; }

.btn-v2 {
  border: 1px solid #366797;
  color: #366797;
  padding: 8px 35px;
  background: transparent;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  .btn-v2:hover {
    background-color: #366797;
    color: #FFF; }

.footer-sub {
  min-height: auto;
  background-color: #222222;
  color: #FFF; }
  .footer-sub .bottom-info {
    padding: 60px 0; }
    @media (max-width: 767.98px) {
      .footer-sub .bottom-info {
        padding: 30px 0; } }
    .footer-sub .bottom-info a {
      color: #ffffff;
      -webkit-transition: color .35s;
      -o-transition: color .35s;
      transition: color .35s; }
      .footer-sub .bottom-info a:hover {
        color: #ffffff; }
  .footer-sub .copyright {
    background-color: #000;
    font-size: 12px; }
    .footer-sub .copyright span, .footer-sub .copyright a {
      color: #d2d2d2; }
    .footer-sub .copyright a:hover {
      color: #FFF; }
  @media (min-width: 1200px) {
    .footer-sub .container {
      max-width: 1300px; } }

@media (max-width: 767.98px) {
  #navbar .header-logo {
    float: none;
    text-align: left;
    padding: 25px 15px 15px; }
    #navbar .header-logo img {
      height: auto; }
  #navbar > .container {
    padding: 0; } }

.list-bottom::after {
  display: block;
  clear: both;
  content: ""; }

@media (min-width: 1200px) {
  .list-bottom {
    margin-left: -60px;
    margin-right: -60px; }
    .list-bottom li {
      padding: 0 65px; } }

@media (max-width: 1199.98px) {
  .list-bottom {
    margin-left: -20px;
    margin-right: -20px; }
    .list-bottom li {
      padding: 0 20px;
      height: 94px; } }

.list-bottom p:not(.big) {
  overflow: hidden; }

.list-bottom span, .list-bottom em {
  display: block; }

.list-bottom em {
  font-style: normal;
  overflow: hidden; }

.list-bottom span {
  float: left; }

.list-bottom li {
  width: 30%;
  float: left;
  height: 102px; }
  .list-bottom li:first-child {
    width: 28%; }

.list-bottom li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.list-bottom li:nth-child(2) {
  width: 37%; }

.list-bottom p {
  margin-bottom: 0;
  padding: 5px 0; }
  @media (max-width: 1199.98px) {
    .list-bottom p {
      font-size: 12px; } }
  @media (max-width: 321px) {
    .list-bottom p {
      max-width: 245px; } }

.list-bottom .big {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5em; }
  @media (max-width: 1199.98px) {
    .list-bottom .big {
      font-size: 28px; } }

.list-bottom h5 {
  font-size: 18px;
  margin-bottom: 0;
  padding-top: 10px; }

.list-bottom .footer-logo {
  display: block;
  margin-top: 25px; }

@media (max-width: 991.98px) {
  .list-bottom li {
    width: 50% !important;
    height: auto; }
  .list-bottom li:last-child {
    float: none;
    overflow: hidden;
    border-left: 0; }
  .list-bottom li:nth-child(2) {
    float: right; }
  .list-bottom h5 {
    font-size: 16px; }
  .list-bottom h5, .list-bottom .big {
    display: inline-block; }
  .list-bottom .big {
    font-size: 22px; }
  .list-bottom .footer-logo {
    margin-top: 3px;
    margin-bottom: 10px; }
    .list-bottom .footer-logo img {
      max-width: 180px; } }

@media (max-width: 767.98px) {
  .list-bottom li {
    float: none !important;
    width: 100% !important;
    border: 0 !important; } }

.banner-sub-v2 {
  height: 350px; }
  @media (max-width: 1199.98px) {
    .banner-sub-v2 {
      height: 200px; } }
  @media (max-width: 991.98px) {
    .banner-sub-v2 {
      height: 150px; } }
  @media (max-width: 767.98px) {
    .banner-sub-v2 {
      height: 100px; } }

.heading-v3 {
  color: #FFF; }
  @media (max-width: 767.98px) {
    .heading-v3 {
      padding: 0 20px; } }
  .heading-v3 h3 {
    font-size: 48px; }
    @media (max-width: 767.98px) {
      .heading-v3 h3 {
        font-size: 32px; } }
  .heading-v3 span {
    display: block; }
  .heading-v3 .ch {
    font-size: 18px; }
    .heading-v3 .ch:after {
      display: block;
      content: "";
      border: 1px solid;
      width: 2em;
      margin: 16px auto 0; }
      @media (max-width: 767.98px) {
        .heading-v3 .ch:after {
          margin-top: 12px; } }

.banner-list-icon {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #ffffff;
  font-size: 58px;
  padding: 20px 0; }
  @media (max-width: 1199.98px) {
    .banner-list-icon {
      font-size: 48px; } }
  @media (max-width: 767.98px) {
    .banner-list-icon {
      font-size: 20px;
      padding: 12px 0;
      display: none; } }
  .banner-list-icon .fi {
    margin: 0 45px; }
    @media (max-width: 991.98px) {
      .banner-list-icon .fi {
        margin: 0 25px; } }
    @media (max-width: 767.98px) {
      .banner-list-icon .fi {
        margin: 0 10px; } }

.section-0020 {
  min-height: auto;
  background-color: #202020;
  color: #FFF; }
  @media (min-width: 1200px) {
    .section-0020 .container {
      max-width: 1400px; } }
  @media (min-width: 992px) {
    .section-0020:nth-child(2n+1) .service-img {
      right: 50%; }
    .section-0020:nth-child(2n+1) .block-0020 {
      margin-left: 50%; }
    .section-0020:nth-child(2n+1) .heading-v4 {
      padding-right: 0;
      padding-left: 70px; } }
  @media (max-width: 767.98px) {
    .section-0020 .heading-v4 {
      padding-right: 0; } }

.service-img {
  width: 50%;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0; }
  @media (max-width: 991.98px) {
    .service-img {
      width: 100%;
      position: relative;
      height: 250px;
      right: 0; } }

.block-0020 {
  padding: 100px 0 70px;
  width: 50%; }
  @media (max-width: 991.98px) {
    .block-0020 {
      width: auto; } }
  @media (max-width: 767.98px) {
    .block-0020 {
      padding: 50px 0 30px; } }

.heading-v4 {
  color: #366797;
  padding-right: 70px; }
  .heading-v4::after {
    display: block;
    clear: both;
    content: ""; }
  .heading-v4 span {
    display: block; }
  .heading-v4 .heading-num {
    font-family: "AvenirNext", "Microsoft Yahei", sans-serif;
    font-size: 62px;
    float: left;
    letter-spacing: -7px;
    line-height: 1em;
    position: relative;
    top: -3px;
    margin-right: 12px; }
    @media (max-width: 767.98px) {
      .heading-v4 .heading-num {
        font-size: 52px; } }
  .heading-v4 h3 {
    font-size: 24px; }
  .heading-v4 .en {
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .heading-v4 .en {
        font-size: 16px; } }
    @media (max-width: 767.98px) {
      .heading-v4 .en {
        font-size: 12px; } }
  .heading-v4 p {
    clear: both;
    font-size: 24px;
    color: #ffffff;
    margin: 30px 0 0;
    font-family: Kaiti, "楷体", "SimSun", "宋体", sans-serif; }
    @media (max-width: 1199.98px) {
      .heading-v4 p {
        font-size: 20px; } }
    @media (max-width: 767.98px) {
      .heading-v4 p {
        font-size: 16px;
        margin-top: 15px; } }

.nav-0020 {
  margin-top: 30px;
  position: relative;
  z-index: 9; }
  .nav-0020 li {
    padding: 22px 0; }
    .nav-0020 li::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 767.98px) {
      .nav-0020 li {
        padding: 12px 0; } }
    .nav-0020 li:hover .text-0020:before {
      width: 220px; }
      @media (max-width: 1199.98px) {
        .nav-0020 li:hover .text-0020:before {
          width: 160px; } }
      @media (max-width: 767.98px) {
        .nav-0020 li:hover .text-0020:before {
          width: 60px; } }
    .nav-0020 li:hover .icon-0020 {
      background-color: #366797 !important; }

@media (min-width: 992px) {
  .text-0020 {
    text-align: right; } }

.text-0020:before {
  content: "";
  display: block;
  width: 160px;
  border-top: 1px solid #fff;
  opacity: .5;
  float: left;
  margin-top: 41px;
  margin-left: 25px;
  -webkit-transition: width .35s;
  -o-transition: width .35s;
  transition: width .35s; }
  @media (max-width: 1199.98px) {
    .text-0020:before {
      width: 100px; } }
  @media (min-width: 992px) {
    .text-0020:before {
      float: right;
      margin-right: -10px;
      margin-left: 0; } }
  @media (max-width: 767.98px) {
    .text-0020:before {
      margin-top: 33px;
      margin-left: 15px;
      width: 40px; } }

.text-0020 span {
  display: block; }

.text-0020 h5 {
  margin-bottom: 0;
  font-size: 18px;
  color: #FFF;
  overflow: hidden;
  padding-top: 28px;
  padding-left: 25px;
  padding-bottom: 5px; }
  @media (min-width: 992px) {
    .text-0020 h5 {
      padding-right: 35px; } }
  @media (max-width: 767.98px) {
    .text-0020 h5 {
      padding-top: 18px;
      padding-left: 15px; } }

.text-0020 .en {
  font-size: 14px;
  opacity: .5;
  margin-top: 5px; }
  @media (max-width: 767.98px) {
    .text-0020 .en {
      font-size: 12px; } }

.icon-0020 {
  padding: 7px;
  font-size: 34px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  float: left;
  -webkit-transition: background-color .35s, color .35s;
  -o-transition: background-color .35s, color .35s;
  transition: background-color .35s, color .35s; }
  @media (min-width: 992px) {
    .icon-0020 {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      float: right; } }
  @media (max-width: 767.98px) {
    .icon-0020 {
      font-size: 28px;
      padding: 5px; } }
  .icon-0020 .fi {
    width: 2em;
    height: 2em;
    background-color: #FFF;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    color: #366797;
    -webkit-transition: background-color .35s, color .35s;
    -o-transition: background-color .35s, color .35s;
    transition: background-color .35s, color .35s; }

@media (min-width: 992px) {
  .section-0020:nth-child(2n+1) .text-0020 {
    text-align: left; }
    .section-0020:nth-child(2n+1) .text-0020:before {
      float: left;
      margin-right: 0;
      margin-left: -10px; }
    .section-0020:nth-child(2n+1) .text-0020 h5 {
      padding-left: 35px;
      padding-right: 0; }
  .section-0020:nth-child(2n+1) .icon-0020 {
    float: left;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); } }

.section-0030, .section-0040, .section-0050 {
  background-color: #f0f0f0;
  padding: 30px 0 50px; }

.section-0040 {
  padding: 80px 0 70px; }
  @media (max-width: 767.98px) {
    .section-0040 {
      padding: 30px 0; } }

@media (min-width: 1600px) {
  #case .container {
    max-width: 1700px;
    padding: 0 50px; } }

@media (min-width: 1600px) {
  #client .container {
    max-width: 1400px;
    padding: 0 50px; } }

.nav-case {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px; }
  @media (max-width: 991.98px) {
    .nav-case {
      margin-bottom: 20px;
      margin-top: 0; } }
  @media (max-width: 767.98px) {
    .nav-case {
      font-size: 12px; } }
  .nav-case li {
    display: inline-block;
    padding: 10px 20px; }
    @media (max-width: 1199.98px) {
      .nav-case li {
        padding: 10px 10px; } }
    @media (max-width: 991.98px) {
      .nav-case li {
        padding: 8px; } }
    @media (max-width: 575.98px) {
      .nav-case li {
        padding: 5px; } }
  .nav-case a {
    padding: 8px 25px;
    line-height: 20px;
    background-color: #fff;
    color: #222222;
    -webkit-transition: background-color .35s, color .35s;
    -o-transition: background-color .35s, color .35s;
    transition: background-color .35s, color .35s;
    border-radius: 18px; }
    @media (max-width: 1199.98px) {
      .nav-case a {
        padding: 8px 20px; } }
    @media (max-width: 575.98px) {
      .nav-case a {
        padding: 5px 12px; } }
    .nav-case a:hover {
      background-color: #366797;
      color: #FFF; }
  .nav-case li.active a {
    background-color: #366797;
    color: #FFF; }

@media (max-width: 991.98px) {
  .list-case {
    margin-left: -8px;
    margin-right: -8px; }
    .list-case > li {
      padding-left: 8px;
      padding-right: 8px; } }

.block-0030 {
  color: #222222;
  -webkit-transition: background-color .35s, color .35s;
  -o-transition: background-color .35s, color .35s;
  transition: background-color .35s, color .35s;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .block-0030 {
      margin-bottom: 15px; } }
  .block-0030 .img-bg {
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: -webkit-transform .35s ease-out;
    -o-transition: transform .35s ease-out;
    transition: transform .35s ease-out;
    transition: transform .35s ease-out, -webkit-transform .35s ease-out; }
  .block-0030:hover {
    color: #FFF;
    background-color: #366797; }
    .block-0030:hover .img-bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .block-0030 h5 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .block-0030 h5 {
        font-size: 16px; } }
  .block-0030 p {
    opacity: .75;
    margin-bottom: 0;
    line-height: 1.75em;
    height: 3.5em;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .block-0030 p {
        font-size: 12px; } }
  .block-0030 .block-bottom {
    padding: 20px; }
    @media screen and (max-width: 1599px) {
      .block-0030 .block-bottom {
        padding: 15px 10px; } }
  @media (max-width: 767.98px) {
    .block-0030 .block-bottom {
      padding: 12px 0;
      -webkit-transition: padding .35s;
      -o-transition: padding .35s;
      transition: padding .35s; }
    .block-0030:hover .block-bottom {
      padding: 12px 10px; } }

.ajax-load-container {
  text-align: center; }
  @media (min-width: 992px) {
    .ajax-load-container {
      font-size: 18px; } }

.ajax-spinner {
  width: 42px;
  height: 42px;
  background-image: url(../img/spinner.gif);
  display: inline-block;
  vertical-align: middle; }

.cases-details {
  padding: 50px 0;
  color: #565656; }

.img-responsive {
  display: inline-block; }

.heading-detail {
  position: relative;
  text-align: center;
  padding: 40px 0 90px; }
  .heading-detail h3 {
    font-size: 20px;
    margin: 0; }
    .heading-detail h3:before, .heading-detail h3:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 2; }
    .heading-detail h3:before {
      width: 48px;
      height: 140px;
      border: 2px solid #ccc;
      top: 0;
      left: 50%;
      margin-left: -24px; }
    .heading-detail h3:after {
      top: 40px;
      left: 50%;
      margin-left: 20px;
      width: 30px;
      height: 50px;
      background-color: #ffffff;
      z-index: 3; }
  .heading-detail span {
    display: inline-block;
    width: 240px;
    position: relative;
    background: #fff;
    padding: 5px 0;
    z-index: 4; }
    .heading-detail span:before, .heading-detail span:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      border-top: 3px solid #222;
      width: 16px; }
    .heading-detail span:before {
      left: 0; }
    .heading-detail span:after {
      right: 0; }
  .heading-detail .line {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%; }
    .heading-detail .line:before, .heading-detail .line:after {
      display: block;
      content: ""; }
    .heading-detail .line:before {
      width: 100%;
      border-top: 1px solid #ddd; }
    .heading-detail .line:after {
      position: relative;
      border-top: 3px solid #ffffff;
      top: -2px;
      width: 100px;
      margin: auto; }

.editor-content {
  margin: auto; }

.thanks {
  text-align: center;
  color: #555;
  max-width: 600px;
  margin: 40px auto 20px; }
  .thanks .hline {
    position: relative; }
    .thanks .hline span {
      display: inline-block;
      padding: 0 1em;
      min-width: 200px;
      background-color: #fff;
      position: relative;
      z-index: 1; }
    .thanks .hline:before {
      content: "";
      display: block;
      top: 50%;
      border-top: 1px solid #ddd;
      position: absolute;
      width: 100%; }
  .thanks .site {
    font-size: 16px; }
  .thanks .design {
    font-size: 28px; }
  .thanks .big {
    font-size: 100px;
    line-height: 1.2; }
    @media (max-width: 767.98px) {
      .thanks .big {
        font-size: 80px; } }
    @media (max-width: 575.98px) {
      .thanks .big {
        font-size: 70px; } }
  .thanks p {
    font-size: 12px;
    max-width: 26em;
    margin: auto;
    color: #aaa; }

.detail-bottom {
  font-size: 18px;
  margin-top: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc; }
  .detail-bottom::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    .detail-bottom {
      margin-top: 15px; } }

.service-right [data-toggle='img'] {
  background-color: #000; }
  .service-right [data-toggle='img']:after {
    background-color: #000; }

@media (min-width: 1200px) {
  .cases-details .container {
    max-width: 1176px; } }

.cases-details .editor-content p {
  margin-bottom: 5px; }

.cases-details .editor-content h4 {
  color: #a1a1a1 !important;
  margin-bottom: 5px !important; }

.cases-details .editor-content h3 {
  color: #616161 !important;
  margin-bottom: 15px !important; }

.cases-details .editor-content h4, .cases-details .editor-content h3 {
  font-size: 22px !important;
  text-align: center !important; }

@media (min-width: 768px) {
  .cases-details .editor-content h4, .cases-details .editor-content h3 {
    font-size: 36px !important; } }

.btn-url {
  color: #444444;
  border-color: #777;
  padding: 5px 25px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  @media (min-width: 768px) {
    .btn-url {
      margin-top: 30px; } }
  .btn-url:hover {
    color: #FFF;
    background-color: #777; }

.bd_weixin_popup {
  height: auto !important; }

.copyright-text {
  float: left;
  padding: 15px 0;
  color: #888; }
  .copyright-text:before {
    display: inline-block;
    content: "";
    width: 40px;
    vertical-align: middle;
    border-top: 1px solid #eee;
    margin-right: 10px; }
  @media (max-width: 767.98px) {
    .copyright-text {
      font-size: 14px;
      text-align: center; }
      .copyright-text:before {
        display: none !important; } }

.news-block-v2 {
  padding: 20px 0; }
  .news-block-v2::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 991.98px) {
    .news-block-v2 {
      padding: 15px 0; } }
  @media (max-width: 575.98px) {
    .news-block-v2 {
      border-top: 1px solid #e5e5e5; } }
  .news-block-v2 .img-bg {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s; }
  .news-block-v2 .ratio {
    width: 280px;
    margin-left: 50px;
    float: right; }
    @media (max-width: 1199.98px) {
      .news-block-v2 .ratio {
        margin-left: 20px; } }
    @media (max-width: 991.98px) {
      .news-block-v2 .ratio {
        width: 200px; } }
    @media (max-width: 575.98px) {
      .news-block-v2 .ratio {
        width: 102px;
        margin-left: 10px; }
        .news-block-v2 .ratio:before {
          padding-top: 66.66%; } }
  .news-block-v2 .news-date {
    float: left;
    color: #999;
    margin-right: 30px;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    @media (max-width: 767.98px) {
      .news-block-v2 .news-date {
        display: none; } }
    .news-block-v2 .news-date span {
      display: block; }
  .news-block-v2 .big {
    font-weight: bold;
    font-size: 38px;
    color: #b1b1b1;
    line-height: 46px;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    @media (max-width: 991.98px) {
      .news-block-v2 .big {
        font-size: 30px;
        line-height: 38px; } }
  .news-block-v2 .more {
    color: #999;
    padding: 8px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    margin-top: 15px;
    -webkit-transition: color .35s, background-color .35s;
    -o-transition: color .35s, background-color .35s;
    transition: color .35s, background-color .35s; }
    @media (max-width: 991.98px) {
      .news-block-v2 .more {
        margin-top: 10px; } }
  .news-block-v2 .block-body {
    margin-top: 5px;
    padding-left: 30px;
    position: relative;
    padding-right: 30px; }
    .news-block-v2 .block-body:before {
      content: "";
      display: block;
      top: 0;
      left: 0;
      -webkit-transition: height .35s;
      -o-transition: height .35s;
      transition: height .35s;
      height: 0;
      position: absolute;
      border-left: 1px solid #888; }
    @media (max-width: 767.98px) {
      .news-block-v2 .block-body {
        padding-left: 5px; } }
    @media (max-width: 575.98px) {
      .news-block-v2 .block-body {
        padding-right: 10px;
        margin-top: 2px; } }
  .news-block-v2 .body-inner {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s; }
  .news-block-v2 h5 {
    margin-bottom: 25px;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    @media (max-width: 575.98px) {
      .news-block-v2 h5 {
        margin-bottom: 8px;
        font-size: 16px; } }
  .news-block-v2 p {
    margin-bottom: 0;
    color: #666; }
    @media (max-width: 991.98px) {
      .news-block-v2 p {
        height: 3.5em;
        overflow: hidden; } }
    @media (max-width: 575.98px) {
      .news-block-v2 p {
        font-size: 12px;
        line-height: 1.5em;
        height: 3em; } }
  .news-block-v2:hover h5 {
    color: #366797; }
  .news-block-v2:hover .img-bg {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  .news-block-v2:hover .news-date {
    color: #727272; }
  .news-block-v2:hover .big {
    color: #727272; }
  .news-block-v2:hover .more {
    background-color: #515151;
    color: #FFF; }
  .news-block-v2:hover .body-inner {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
    @media (max-width: 575.98px) {
      .news-block-v2:hover .body-inner {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); } }
  .news-block-v2:hover .block-body:before {
    height: 35px; }

.news-heading {
  text-align: center;
  margin-bottom: 50px; }
  .news-heading h1 {
    font-size: 32px; }
  .news-heading span {
    display: inline-block;
    padding: 3px 10px;
    color: #999; }

.ueditor-content img {
  display: block;
  margin: auto;
  max-width: 100%; }

.nav-article {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5; }
  .nav-article::after {
    display: block;
    clear: both;
    content: ""; }
  .v2 .nav-article {
    border-top: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 10px; }
  .nav-article a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
    color: #999999;
    font-size: 14px;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    .nav-article a:hover {
      color: #366797; }
  @media (min-width: 768px) {
    .nav-article li {
      max-width: 46%; }
    .nav-article .nav-next {
      float: right; }
    .nav-article .nav-prev {
      float: left; } }

.bdshare-sm a {
  font-size: 18px; }

.section-0060 {
  background-color: #f0f0f0;
  padding: 110px 0; }
  @media (max-width: 991.98px) {
    .section-0060 {
      padding: 70px 0; } }
  @media (max-width: 575.98px) {
    .section-0060 {
      padding: 30px 0; } }
  .section-0060 .contact-wrap {
    margin: auto; }
  .section-0060 .contact-left {
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s; }

.section-0060.before-active .contact-left {
  -webkit-transform: rotateY(-85deg);
  transform: rotateY(-85deg); }

.nav-toolbar {
  position: fixed;
  z-index: 995;
  width: 40px; }
  @media (min-width: 768px) {
    .nav-toolbar {
      top: 65%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 767.98px) {
    .nav-toolbar {
      display: none;
      bottom: 0;
      right: 0;
      padding: 8px 15px 15px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .nav-toolbar li {
        margin-right: 5px; } }
  .nav-toolbar li {
    margin-bottom: 5px;
    position: relative;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    float: right; }
    .nav-toolbar li > a {
      color: #366797;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background-color: #fff;
      position: relative;
      text-align: center;
      font-size: 22px;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      display: block;
      z-index: 10; }
    .nav-toolbar li .hover-show {
      position: absolute;
      right: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      z-index: 0;
      padding: 10px;
      background-color: #366797; }
      .nav-toolbar li .hover-show p {
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        line-height: 1; }
  .nav-toolbar li:hover > a {
    background-color: #366797;
    color: #fff;
    width: 50px; }
  .nav-toolbar li:hover .hover-show {
    opacity: 1;
    visibility: visible; }
  .nav-toolbar .qrcode {
    width: 140px;
    max-width: none;
    border: 1px solid #d2d2d2; }
  .nav-toolbar .hotline {
    font-size: 16px;
    padding: 0 15px 0;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .nav-toolbar .hotline {
        display: none; } }
  .isWeixin .nav-toolbar li:first-child {
    display: none; }

.hotline-block {
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  display: none; }
  .hotline-block > * {
    display: block; }
  .hotline-block:hover {
    color: #fff; }
  .hotline-block h5 {
    font-size: 14px;
    margin-bottom: 0; }
  .hotline-block span {
    font-size: 20px;
    font-weight: bold; }

.isWeixin .bds_weixin {
  display: none; }

.case-img-1, .case-img-2 {
  display: block;
  margin: auto; }

.gotop {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s;
  -o-transition: height .35s;
  transition: height .35s; }
  .gotop.active {
    height: 40px; }
  @media (max-width: 767.98px) {
    .gotop {
      height: 40px;
      width: 0;
      -webkit-transition: width .35s;
      -o-transition: width .35s;
      transition: width .35s; }
      .gotop.active {
        width: 40px; } }

.ajax-complete {
  display: none; }

.notify .modal-dialog {
  max-width: 350px; }

.notify .modal-content {
  border-radius: 5px; }

.notify .modal-footer {
  display: block;
  border-top: 0;
  padding: 0 15px 30px;
  text-align: center; }
  .notify .modal-footer > .btn {
    min-width: 120px;
    display: inline-block;
    border-radius: 3px !important; }
    .notify .modal-footer > .btn.btn-primary {
      background-color: #366797;
      color: #ffffff; }
      .notify .modal-footer > .btn.btn-primary:hover {
        background-color: #294d71; }

.notify h5 {
  text-align: center;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .notify h5 {
      font-size: 24px; } }

.notify i {
  width: 64px;
  height: 64px;
  border: 2px solid;
  border-radius: 50%;
  line-height: 60px;
  display: block;
  margin: 25px auto 10px;
  text-align: center; }
  .notify i:before {
    display: inline-block; }

.notify .icon-sucess {
  color: #366797; }
  .notify .icon-sucess:before {
    content: "";
    width: 30px;
    height: 20px;
    border-left: 4px solid;
    border-bottom: 4px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.notify .icon-danger {
  color: #aaa; }
  .notify .icon-danger:before {
    content: "!";
    font-size: 32px;
    font-weight: bold;
    font-style: normal; }

.heading-related {
  font-size: 24px;
  margin: 20px 0 25px; }
  @media (max-width: 767.98px) {
    .heading-related {
      font-size: 18px;
      margin: 15px 0; } }

@media (max-width: 1199.98px) {
  .list-related li:last-child {
    display: none; } }

@media (max-width: 991.98px) {
  .list-related {
    margin-left: -10px;
    margin-right: -10px; }
    .list-related > li {
      padding-left: 10px;
      padding-right: 10px; } }

@media (max-width: 575.98px) {
  .list-related {
    margin-left: -8px;
    margin-right: -8px; }
    .list-related > li {
      padding-left: 8px;
      padding-right: 8px; } }

.list-related + .detail-bottom {
  margin-top: 30px; }
  @media (max-width: 575.98px) {
    .list-related + .detail-bottom {
      margin-top: 15px; } }

.block-related {
  color: #333; }
  .block-related .img-bg {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s; }
  .block-related h5 {
    font-size: 14px;
    padding: 15px 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 575.98px) {
      .block-related h5 {
        padding: 12px 5px 15px; } }
  .block-related:hover {
    color: #366797; }
    .block-related:hover .img-bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.list-sitemap-1 > li {
  min-width: 0; }

.list-sitemap-9 > li {
  width: 48%; }
  @media (min-width: 768px) {
    .list-sitemap-9 > li {
      width: 32.5%; } }
  @media (min-width: 992px) {
    .list-sitemap-9 > li {
      width: 24%; } }
  @media (min-width: 1200px) {
    .list-sitemap-9 > li {
      width: 19.5%; } }
  .list-sitemap-9 > li li a {
    padding-right: 2px; }

.heading-v5 {
  text-align: center;
  margin-bottom: 40px; }
  .heading-v5 h3 {
    font-size: 28px; }
    @media (max-width: 767.98px) {
      .heading-v5 h3 {
        font-size: 22px; } }
  .heading-v5 span {
    display: block; }
  .heading-v5 span.ch:after {
    content: "";
    display: block;
    width: 1.5em;
    border-top: 2px solid #366797;
    margin: 12px auto; }
  .heading-v5 span.en {
    color: #999999;
    font-size: 0.75em; }

.slide-honor.ar-v1 .owl-dots {
  display: none; }

.slide-honor.ar-v1 .owl-nav {
  display: none;
  text-align: center;
  margin-top: 40px; }
  .slide-honor.ar-v1 .owl-nav > button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #666;
    -webkit-transition: color .35s, -webkit-transform .35s;
    transition: color .35s, -webkit-transform .35s;
    -o-transition: color .35s, transform .35s;
    transition: color .35s, transform .35s;
    transition: color .35s, transform .35s, -webkit-transform .35s; }
    .slide-honor.ar-v1 .owl-nav > button:hover {
      color: #366797; }
    .slide-honor.ar-v1 .owl-nav > button.disabled {
      opacity: 0.5;
      pointer-events: none; }

.slide-honor.ar-v1 .owl-next {
  margin-left: 10px; }
  .slide-honor.ar-v1 .owl-next:hover {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
    .slide-honor.ar-v1 .owl-next:hover .arrow-right:before {
      width: 60px; }
      @media (max-width: 767.98px) {
        .slide-honor.ar-v1 .owl-next:hover .arrow-right:before {
          width: 50px; } }

.slide-honor.ar-v1 .owl-prev {
  margin-right: 10px; }
  .slide-honor.ar-v1 .owl-prev:hover {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
    .slide-honor.ar-v1 .owl-prev:hover .arrow-left:after {
      width: 60px; }
      @media (max-width: 767.98px) {
        .slide-honor.ar-v1 .owl-prev:hover .arrow-left:after {
          width: 50px; } }

.slide-honor.ar-v1 .arrow-left:after {
  margin-left: 6px; }

.slide-honor.ar-v1 .arrow-right:before {
  margin-right: 6px; }

.slide-honor.ar-v1 .arrow-left:after, .slide-honor.ar-v1 .arrow-right:before {
  border-color: #ccc;
  width: 40px;
  -webkit-transition: width .35s;
  -o-transition: width .35s;
  transition: width .35s; }
  @media (max-width: 767.98px) {
    .slide-honor.ar-v1 .arrow-left:after, .slide-honor.ar-v1 .arrow-right:before {
      width: 40px; } }

.slide-honor.ar-v1 .arrow-right:after, .slide-honor.ar-v1 .arrow-left:before {
  border-color: #366797; }

.slide-honor.ar-v2 {
  margin-bottom: 20px; }
  .slide-honor.ar-v2 .owl-dots {
    display: none; }
  .slide-honor.ar-v2 .owl-nav {
    display: none;
    text-align: center;
    margin-top: 40px; }
    .slide-honor.ar-v2 .owl-nav > button {
      padding: 0;
      border: 0;
      background: transparent;
      color: #666;
      -webkit-transition: color .35s, -webkit-transform .35s;
      transition: color .35s, -webkit-transform .35s;
      -o-transition: color .35s, transform .35s;
      transition: color .35s, transform .35s;
      transition: color .35s, transform .35s, -webkit-transform .35s;
      position: absolute;
      top: 50%;
      margin-top: -15px; }
      .slide-honor.ar-v2 .owl-nav > button:hover {
        color: #366797; }
      .slide-honor.ar-v2 .owl-nav > button.disabled {
        opacity: 0.5;
        pointer-events: none; }
  .slide-honor.ar-v2 .owl-next {
    margin-left: 10px; }
    .slide-honor.ar-v2 .owl-next:hover {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0); }
      .slide-honor.ar-v2 .owl-next:hover .arrow-right:before {
        width: 60px; }
        @media (max-width: 767.98px) {
          .slide-honor.ar-v2 .owl-next:hover .arrow-right:before {
            width: 50px; } }
  .slide-honor.ar-v2 .owl-prev {
    margin-right: 10px; }
    .slide-honor.ar-v2 .owl-prev:hover {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0); }
      .slide-honor.ar-v2 .owl-prev:hover .arrow-left:after {
        width: 60px; }
        @media (max-width: 767.98px) {
          .slide-honor.ar-v2 .owl-prev:hover .arrow-left:after {
            width: 50px; } }
  .slide-honor.ar-v2 .arrow-left:after {
    margin-left: 6px; }
  .slide-honor.ar-v2 .arrow-right:before {
    margin-right: 6px; }
  .slide-honor.ar-v2 .arrow-left:after, .slide-honor.ar-v2 .arrow-right:before {
    border-color: #ccc;
    width: 40px;
    -webkit-transition: width .35s;
    -o-transition: width .35s;
    transition: width .35s;
    display: none; }
    @media (max-width: 767.98px) {
      .slide-honor.ar-v2 .arrow-left:after, .slide-honor.ar-v2 .arrow-right:before {
        width: 40px; } }
  .slide-honor.ar-v2 .arrow-right:after, .slide-honor.ar-v2 .arrow-left:before {
    border-color: #366797;
    width: 16px;
    height: 16px;
    border-width: 2px; }

.bbcbox-infobar__body {
  display: none; }

.honor-item {
  padding: 15px; }
  @media (max-width: 767.98px) {
    .honor-item {
      padding: 8px; } }
  .honor-item .block-0030 .ratio {
    overflow: visible; }
  .honor-item .block-0030 .img-bg {
    z-index: 9;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .honor-item .block-0030 .block-bottom {
    -webkit-transition: background-color .35s, -webkit-transform .35s;
    transition: background-color .35s, -webkit-transform .35s;
    -o-transition: transform .35s, background-color .35s;
    transition: transform .35s, background-color .35s;
    transition: transform .35s, background-color .35s, -webkit-transform .35s; }
  .honor-item .block-0030:hover {
    background-color: transparent; }
    .honor-item .block-0030:hover .img-bg {
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
    .honor-item .block-0030:hover .block-bottom {
      -ms-transform: translate(0, 8px);
      -webkit-transform: translate3d(0, 8px, 0);
      transform: translate3d(0, 8px, 0);
      background-color: #366797; }

.bg-gray {
  background-color: #f0f0f0; }

@media (min-width: 1200px) {
  .idx-container {
    max-width: 1750px;
    padding-left: 15px;
    padding-right: 15px; } }

.owl-index:not(.owl-loaded) {
  display: block; }
  .owl-index:not(.owl-loaded) .item:not(:first-child) {
    display: none; }

.owl-index .owl-dots {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 10; }
  .owl-index .owl-dots > button {
    border: 0;
    background: none; }
    .owl-index .owl-dots > button span {
      background-color: rgba(255, 255, 255, 0.5);
      width: 15px;
      height: 6px;
      display: inline-block;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      border-radius: 10px; }
    .owl-index .owl-dots > button.active span, .owl-index .owl-dots > button:hover span {
      background-color: #fff;
      width: 30px; }

.owl-index .owl-nav button {
  background: none;
  color: #fff;
  border: 0;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .owl-index .owl-nav button.owl-prev {
    left: 10px; }
  .owl-index .owl-nav button.owl-next {
    right: 10px; }
  .owl-index .owl-nav button i {
    font-size: 30px; }

.inner-section {
  padding: 70px 0; }
  @media (max-width: 1199.98px) {
    .inner-section {
      padding: 50px 0; } }
  @media (max-width: 767.98px) {
    .inner-section {
      padding: 30px 0; } }

.main-heading {
  padding: 50px 0 30px; }
  @media (max-width: 1199.98px) {
    .main-heading {
      padding: 30px 0; } }
  @media (max-width: 767.98px) {
    .main-heading {
      padding: 20px 0; } }
  .main-heading h4 {
    float: left;
    font-size: 24px;
    color: #333;
    margin-bottom: 0; }
  .main-heading > a {
    color: #666;
    float: right;
    border: 1px solid #666;
    border-radius: 50px;
    padding: 5px 20px;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .main-heading > a {
        padding: 5px 10px;
        font-size: 12px; } }

.header-search {
  padding: 13px 0; }
  .header-search .input-group {
    border: 1px solid #fff;
    border-radius: 50px;
    overflow: hidden; }
  .header-search input {
    border: 0;
    color: #ffffff;
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .header-search input:focus {
      background-color: transparent !important;
      color: #fff !important; }
    .header-search input::-webkit-input-placeholder {
      color: #fff; }
    .header-search input:-ms-input-placeholder {
      color: #fff; }
    .header-search input::-ms-input-placeholder {
      color: #fff; }
    .header-search input::placeholder {
      color: #fff; }
  .header-search button {
    border: 0;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px; }
    .header-search button:hover, .header-search button:active {
      background-color: #fff !important;
      color: #333 !important; }
  @media (min-width: 768px) {
    .header-active .header-search .input-group, .sub-header .header-search .input-group {
      border-color: #333; }
    .header-active .header-search input, .sub-header .header-search input {
      color: #333; }
      .header-active .header-search input:focus, .sub-header .header-search input:focus {
        background-color: #fff !important;
        color: #333 !important; }
      .header-active .header-search input::-webkit-input-placeholder, .sub-header .header-search input::-webkit-input-placeholder {
        color: #333; }
      .header-active .header-search input:-ms-input-placeholder, .sub-header .header-search input:-ms-input-placeholder {
        color: #333; }
      .header-active .header-search input::-ms-input-placeholder, .sub-header .header-search input::-ms-input-placeholder {
        color: #333; }
      .header-active .header-search input::placeholder, .sub-header .header-search input::placeholder {
        color: #333; }
    .header-active .header-search button, .sub-header .header-search button {
      color: #333; }
      .header-active .header-search button:hover, .header-active .header-search button:active, .sub-header .header-search button:hover, .sub-header .header-search button:active {
        color: #333 !important;
        border-color: #333 !important; } }
  @media (max-width: 1199.98px) {
    .header-search input {
      width: 125px !important; } }
  @media (max-width: 991.98px) {
    .header-search {
      padding: 6px 0; }
      .header-search input {
        width: 0 !important;
        padding: 0;
        font-size: 12px; }
      .header-search.active input {
        width: 100px !important;
        padding-left: 15px; }
      .header-search button {
        padding: 2px 7px; } }
  @media (max-width: 767.98px) {
    .header-search {
      padding-left: 15px;
      padding-right: 15px; }
      .header-search .input-group {
        border-color: #333; }
      .header-search input {
        color: #333; }
        .header-search input:focus {
          background-color: #fff !important;
          color: #333 !important; }
        .header-search input::-webkit-input-placeholder {
          color: #333; }
        .header-search input:-ms-input-placeholder {
          color: #333; }
        .header-search input::-ms-input-placeholder {
          color: #333; }
        .header-search input::placeholder {
          color: #333; }
      .header-search button {
        color: #333; }
        .header-search button:hover, .header-search button:active {
          color: #333 !important;
          border-color: #333 !important; } }
  @media (max-width: 575.98px) {
    .header-search input {
      padding-left: 15px; } }

.owl-s2:not(.owl-loaded) {
  display: block; }
  .owl-s2:not(.owl-loaded) .item:not(:first-child) {
    display: none; }

@media (max-width: 767.98px) {
  .owl-s2 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.owl-s2 .s2-left, .owl-s2 .s2-right {
  width: 50%;
  float: left; }
  @media (max-width: 767.98px) {
    .owl-s2 .s2-left, .owl-s2 .s2-right {
      width: 100%;
      float: none; } }
  .owl-s2 .s2-left:before, .owl-s2 .s2-right:before {
    padding-top: 52.08333%;
    content: '';
    display: block; }
    @media (max-width: 1500px) {
      .owl-s2 .s2-left:before, .owl-s2 .s2-right:before {
        padding-top: 71.42857%; } }
    @media (max-width: 767.98px) {
      .owl-s2 .s2-left:before, .owl-s2 .s2-right:before {
        padding-top: 52.08333%; } }

@media (max-width: 767.98px) {
  .owl-s2 .s2-left:before {
    content: none; } }

.owl-s2 .owl-nav {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 767.98px) {
    .owl-s2 .owl-nav {
      bottom: 10px; } }
  .owl-s2 .owl-nav button {
    border: 0;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-weight: normal; }
    @media (max-width: 1199.98px) {
      .owl-s2 .owl-nav button {
        font-size: 20px;
        width: 35px;
        height: 35px;
        line-height: 33px; } }
    @media (max-width: 767.98px) {
      .owl-s2 .owl-nav button {
        margin: 0 3px; } }
    .owl-s2 .owl-nav button.owl-prev {
      background-color: #fff; }
    .owl-s2 .owl-nav button.owl-next {
      background-color: #366797;
      color: #fff; }
      @media (max-width: 767.98px) {
        .owl-s2 .owl-nav button.owl-next {
          background-color: #fff;
          color: initial; } }

.owl-s2 .s2-left {
  position: relative; }

.owl-s2 .grp-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%; }
  @media (max-width: 767.98px) {
    .owl-s2 .grp-txt {
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: static;
      padding: 30px 30px 50px; } }
  .owl-s2 .grp-txt .title {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .owl-s2 .grp-txt .title {
        font-size: 18px;
        margin-bottom: 10px; } }
  .owl-s2 .grp-txt .txt p {
    color: #fff;
    font-size: 16px;
    line-height: 2; }
    @media (max-width: 1199.98px) {
      .owl-s2 .grp-txt .txt p {
        font-size: 14px; } }
    @media (max-width: 991.98px) {
      .owl-s2 .grp-txt .txt p {
        font-size: 12px;
        line-height: 1.5; } }
    @media (max-width: 767.98px) {
      .owl-s2 .grp-txt .txt p {
        line-height: 2; } }
    .owl-s2 .grp-txt .txt p:last-child {
      margin-bottom: 0; }

#section5 {
  margin-bottom: 50px; }
  @media (max-width: 767.98px) {
    #section5 {
      margin-bottom: 25px; } }

#section4 {
  padding: 50px 0;
  overflow: initial; }
  @media (max-width: 1500px) {
    #section4 {
      padding: 30px 0; } }
  @media (max-width: 991.98px) {
    #section4 {
      padding: 0; } }
  #section4 .bg-s4 {
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199.98px) {
      #section4 .bg-s4 {
        padding: 0 50px; } }
    @media (max-width: 991.98px) {
      #section4 .bg-s4 {
        padding: 0; } }
    @media (max-width: 767.98px) {
      #section4 .bg-s4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  #section4 .s4-img-left {
    margin-top: -50px;
    margin-bottom: -50px;
    width: 50%;
    -webkit-box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.3); }
    @media (max-width: 1500px) {
      #section4 .s4-img-left {
        margin-top: -25px;
        margin-bottom: -25px; } }
    @media (max-width: 991.98px) {
      #section4 .s4-img-left {
        margin-top: 0;
        margin-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none; } }
    @media (max-width: 767.98px) {
      #section4 .s4-img-left {
        width: 100%; } }
  #section4 .s4-txt-right {
    width: 50%;
    position: relative; }
    @media (max-width: 767.98px) {
      #section4 .s4-txt-right {
        width: 100%; } }
  #section4 .grp-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%; }
    @media (max-width: 1199.98px) {
      #section4 .grp-txt {
        width: 85%; } }
    @media (max-width: 767.98px) {
      #section4 .grp-txt {
        width: 90%;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 auto;
        padding: 30px 0; } }
    #section4 .grp-txt .title {
      color: #fff;
      font-size: 24px;
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 1199.98px) {
        #section4 .grp-txt .title {
          font-size: 20px;
          margin-bottom: 10px; } }
    #section4 .grp-txt .txt {
      margin-bottom: 40px; }
      @media (max-width: 1500px) {
        #section4 .grp-txt .txt {
          margin-bottom: 20px; } }
      #section4 .grp-txt .txt p {
        color: #fff;
        font-size: 16px;
        line-height: 2; }
        @media (max-width: 1300px) {
          #section4 .grp-txt .txt p {
            font-size: 12px; } }
        #section4 .grp-txt .txt p:last-child {
          margin-bottom: 0; }

.bg-s5 {
  position: relative;
  padding: 25px 0; }
  .bg-s5:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(54, 103, 151, 0.85); }
  .bg-s5 > .container {
    position: relative;
    z-index: 2; }
  .bg-s5 .s5-it .tit {
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 1199.98px) {
      .bg-s5 .s5-it .tit {
        padding-bottom: 10px;
        margin-bottom: 10px; } }
    .bg-s5 .s5-it .tit i, .bg-s5 .s5-it .tit h5 {
      color: #fff;
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .bg-s5 .s5-it .tit h5 {
      margin-left: 5px; }
      @media (max-width: 1199.98px) {
        .bg-s5 .s5-it .tit h5 {
          font-size: 14px; } }
    .bg-s5 .s5-it .tit i {
      font-size: 20px; }
    .bg-s5 .s5-it .tit .bbc-chevron-right {
      position: absolute;
      top: 15px;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 14px; }
  .bg-s5 .list-s5 {
    padding: 0 10px; }
    .bg-s5 .list-s5 li {
      margin-bottom: 25px; }
      @media (max-width: 1199.98px) {
        .bg-s5 .list-s5 li {
          margin-bottom: 10px; } }
      .bg-s5 .list-s5 li a {
        color: #fff;
        font-size: 16px; }
        @media (max-width: 1199.98px) {
          .bg-s5 .list-s5 li a {
            font-size: 14px; } }
        .bg-s5 .list-s5 li a:hover {
          font-weight: bold; }
      .bg-s5 .list-s5 li:last-child {
        margin-bottom: 0; }

.s6-text {
  padding: 65px 0;
  padding-right: 50px; }
  @media (max-width: 767.98px) {
    .s6-text {
      padding: 30px 0; } }
  .s6-text .tit {
    font-size: 20px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative; }
    @media (max-width: 767.98px) {
      .s6-text .tit {
        font-size: 18px; } }
    .s6-text .tit:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 4em;
      height: 1px;
      background-color: #ccc;
      content: '';
      display: block; }
  .s6-text .txt p {
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 2;
    height: 8em;
    overflow: hidden; }

    @media (max-width: 1199.98px) {
      .s6-text .txt p {
        font-size: 14px; 
        height: 10em;
      } }
    @media (max-width: 991.98px) {
      .s6-text .txt p {
        font-size: 14px; 
        height: 14em;
      } }
    @media (max-width: 767.98px) {
      .s6-text .txt p {
        font-size: 12px; 
        height: 6em;
      } }
    @media (max-width: 500px) {
      .s6-text .txt p {
        font-size: 12px; 
        height: 10em;
      } }    

      
.s6-img {
  height: 100%; }
  @media (max-width: 767.98px) {
    .s6-img {
      padding-top: 46.15385%;
      margin: 0 -15px;
      height: 0; } }

.s7-it-wrap .s7-ctn {
  padding: 20px 25px;
  background-color: #f0f0f0; }
  .s7-it-wrap .s7-ctn h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .s7-it-wrap .s7-ctn .txt {
    margin-bottom: 15px; }
    .s7-it-wrap .s7-ctn .txt p {
      color: #666;
      margin-bottom: 0;
      max-height: 8em;
      overflow: hidden;
      line-height: 2; }
  .s7-it-wrap .s7-ctn > span {
    color: #666;
    font-size: 12px; }

.s7-it-wrap:hover h5 {
  font-weight: bold;
  color: #366797; }

#s7Tab {
  float: left; }
  #s7Tab::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    #s7Tab {
      float: none;
      width: 100%;
      clear: both;
      padding-top: 20px; } }
  #s7Tab li {
    float: left;
    margin-left: 20px; }
    @media (max-width: 767.98px) {
      #s7Tab li {
        margin-left: 0;
        margin-right: 10px; } }
  #s7Tab .nav-link {
    border: 1px solid #366797;
    color: #366797;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 50px; }
    @media (max-width: 767.98px) {
      #s7Tab .nav-link {
        font-size: 12px;
        padding: 5px 15px; } }
    #s7Tab .nav-link:hover, #s7Tab .nav-link.active {
      background-color: #366797;
      color: #fff; }

#section7 {
  padding-bottom: 50px; }
  @media (max-width: 767.98px) {
    #section7 {
      padding-bottom: 20px; } }

#section8 {
  position: relative; }
  #section8:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 103, 151, 0.6); }

.lxwm-content {
  display: table;
  width: 100%;
  -webkit-perspective: 245px;
  perspective: 245px;
  position: relative;
  padding: 100px 50px; }
  @media (max-width: 1199.98px) {
    .lxwm-content {
      padding: 50px 0; } }
  @media (max-width: 991.98px) {
    .lxwm-content {
      display: block; } }

.lxwm-left, .lxwm-right {
  display: table-cell;
  vertical-align: middle; }
  @media (max-width: 991.98px) {
    .lxwm-left, .lxwm-right {
      display: block; } }

.lxwm-right {
  width: 335px;
  padding: 35px;
  background-color: #366797; }
  @media (max-width: 991.98px) {
    .lxwm-right {
      width: 100%; } }
  .lxwm-right .cap {
    font-family: Arial;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0; }

.lxwm-r-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px; }

.lxwm-form-idx .select-v1 {
  background-image: url(../img/select-arw.png);
  background-position: right 10px bottom 10px;
  background-repeat: no-repeat; }
  .lxwm-form-idx .select-v1 option {
    color: #000; }

.lxwm-form-idx .has-error .form-label {
  color: #dae6f2 !important; }

.lxwm-form-idx .has-error .help-block {
  color: #8fb3d7 !important;
  font-size: 12px;
  text-align: right;
  line-height: 20px;
  margin-top: 0;
  height: 0; }

.lxwm-form-idx .inp-loca {
  background-image: url(../img/location.png);
  background-position: right 10px bottom 10px;
  background-repeat: no-repeat; }

.lxwm-form-idx .btn-outline-white {
  margin-top: 20px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #366797;
  font-size: 16px;
  padding: 5px 20px; }
  .lxwm-form-idx .btn-outline-white:hover {
    background-color: #fff;
    color: #366797; }

.lxwm-left {
  background-color: #fff;
  padding: 30px 70px;
  vertical-align: middle; }
  @media (max-width: 1199.98px) {
    .lxwm-left {
      padding: 30px; } }
  @media (max-width: 991.98px) {
    .lxwm-left {
      padding: 30px 5px; }
      .lxwm-left > .row {
        margin-left: -5px;
        margin-right: -5px; }
        .lxwm-left > .row > div {
          padding-left: 5px;
          padding-right: 5px; } }
  @media (max-width: 767.98px) {
    .lxwm-left {
      padding: 30px 5px 10px; } }

.lxwm-l-title {
  margin-bottom: 70px; }
  @media (max-width: 1199.98px) {
    .lxwm-l-title {
      margin-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .lxwm-l-title {
      margin-bottom: 15px; } }
  .lxwm-l-title .en-title {
    font-size: 20px;
    color: #366797;
    font-family: Arial;
    text-transform: uppercase;
    text-align: center; }
  .lxwm-l-title .sub-title {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold; }

.lxwm-l-it {
  text-align: center;
  width: 11em;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .lxwm-l-it {
      width: 100%;
      margin-bottom: 15px; } }
  .lxwm-l-it i {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px;
    color: #366797; }
    @media (max-width: 767.98px) {
      .lxwm-l-it i {
        font-size: 22px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        font-weight: bold; } }
  .lxwm-l-it .title {
    color: #666;
    font-weight: bold;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 5px; }
    @media (max-width: 767.98px) {
      .lxwm-l-it .title {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle; } }

.owl-s3 .owl-stage-outer {
  overflow: visible; }

.owl-s3 .owl-stage {
  width: 10000% !important; }

@media (max-width: 767.98px) {
  .owl-s3 .owl-dots {
    text-align: center;
    padding-top: 15px; }
    .owl-s3 .owl-dots button {
      background: none;
      border: 0;
      padding: 0 3px; }
      .owl-s3 .owl-dots button span {
        width: 12px;
        height: 12px;
        display: block;
        background-color: #ccc;
        border-radius: 100%; }
      .owl-s3 .owl-dots button.active span {
        background-color: #366797; } }

.owl-s3 .item {
  overflow: hidden;
  position: relative; }
  .owl-s3 .item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .owl-s3 .item img {
    max-width: none;
    width: auto; }
  .owl-s3 .item .ctn-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1; }
    .owl-s3 .item .ctn-1 h5 {
      color: #ffffff;
      font-size: 18px; }
    .owl-s3 .item .ctn-1 p {
      margin-bottom: 0;
      font-size: 16px;
      color: #fff; }
  .owl-s3 .item .ctn-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 70px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .owl-s3 .item .ctn-2 h5 {
      color: #fff;
      border-bottom: 1px solid #fff;
      font-size: 24px;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .owl-s3 .item .ctn-2 h5 span {
        margin-left: 20px;
        font-size: 16px; }
    .owl-s3 .item .ctn-2 p {
      color: #ffffff;
      font-size: 16px;
      line-height: 2; }
  .owl-s3 .item.hvr:before {
    background-color: rgba(54, 103, 151, 0.7); }
  .owl-s3 .item.hvr .ctn-1 {
    opacity: 0;
    visibility: hidden; }
  .owl-s3 .item.hvr .ctn-2 {
    opacity: 1;
    visibility: visible; }

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.copyright .copy-img > a {
  padding: 0 10px; }

.header-v3 #navbar2 {
  position: fixed;
  height: 100% !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1199;
  background-color: rgba(22, 49, 86, 0.97);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s, -webkit-transform .35s;
  opacity: 0; }
  @media (max-width: 767.98px) {
    .header-v3 #navbar2 {
      display: none; } }
  .header-v3 #navbar2 .navbar {
    float: none;
    width: 100%;
    height: 100%; }
    .header-v3 #navbar2 .navbar .nav-header-v3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
      @media (max-width: 1199.98px) {
        .header-v3 #navbar2 .navbar .nav-header-v3 {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-right: 0; } }
      .header-v3 #navbar2 .navbar .nav-header-v3 > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
        width: 14.28571%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, 7%, 0);
        transform: translate3d(0, 7%, 0);
        opacity: 0; }
        .header-v3 #navbar2 .navbar .nav-header-v3 > li:not(.dropdown) .wrap-nav2 > a {
          text-align: center; }
        @media (max-width: 1199.98px) {
          .header-v3 #navbar2 .navbar .nav-header-v3 > li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
            height: auto; }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 > a {
              text-align: center !important; }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(1) {
              background-color: rgba(255, 255, 255, 0.025); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(2) {
              background-color: rgba(255, 255, 255, 0.05); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(3) {
              background-color: rgba(255, 255, 255, 0.075); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(4) {
              background-color: rgba(255, 255, 255, 0.1); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(5) {
              background-color: rgba(255, 255, 255, 0.125); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(6) {
              background-color: rgba(255, 255, 255, 0.15); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(7) {
              background-color: rgba(255, 255, 255, 0.175); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(8) {
              background-color: rgba(255, 255, 255, 0.2); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(9) {
              background-color: rgba(255, 255, 255, 0.225); }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:nth-child(10) {
              background-color: rgba(255, 255, 255, 0.25); } }
        .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 {
          width: 70%;
          height: 600px; }
          @media (max-width: 1199.98px) {
            .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 {
              width: auto;
              height: auto; } }
          .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 > a {
            font-size: 30px;
            line-height: 1.7;
            font-weight: bold;
            color: #fff;
            padding: 10px 0;
            text-align: left; }
            @media (max-width: 991.98px) {
              .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 > a {
                font-size: 26px; } }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 > a .nav-title:before {
              height: 4px; }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 > a .nav-title:after {
              content: none; }
          .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 0;
            padding: 0;
            opacity: 1;
            visibility: visible;
            min-width: 0; }
            @media (max-width: 1199.98px) {
              .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center; } }
            @media (max-width: 1199.98px) {
              .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li {
                height: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all .35s;
                -o-transition: all .35s;
                transition: all .35s;
                padding: 0 10px; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(1) {
                  -webkit-transition-delay: 0.1s;
                  -o-transition-delay: 0.1s;
                  transition-delay: 0.1s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(2) {
                  -webkit-transition-delay: 0.2s;
                  -o-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(3) {
                  -webkit-transition-delay: 0.3s;
                  -o-transition-delay: 0.3s;
                  transition-delay: 0.3s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(4) {
                  -webkit-transition-delay: 0.4s;
                  -o-transition-delay: 0.4s;
                  transition-delay: 0.4s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(5) {
                  -webkit-transition-delay: 0.5s;
                  -o-transition-delay: 0.5s;
                  transition-delay: 0.5s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(6) {
                  -webkit-transition-delay: 0.6s;
                  -o-transition-delay: 0.6s;
                  transition-delay: 0.6s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(7) {
                  -webkit-transition-delay: 0.7s;
                  -o-transition-delay: 0.7s;
                  transition-delay: 0.7s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(8) {
                  -webkit-transition-delay: 0.8s;
                  -o-transition-delay: 0.8s;
                  transition-delay: 0.8s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(9) {
                  -webkit-transition-delay: 0.9s;
                  -o-transition-delay: 0.9s;
                  transition-delay: 0.9s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(10) {
                  -webkit-transition-delay: 1s;
                  -o-transition-delay: 1s;
                  transition-delay: 1s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(11) {
                  -webkit-transition-delay: 1.1s;
                  -o-transition-delay: 1.1s;
                  transition-delay: 1.1s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(12) {
                  -webkit-transition-delay: 1.2s;
                  -o-transition-delay: 1.2s;
                  transition-delay: 1.2s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(13) {
                  -webkit-transition-delay: 1.3s;
                  -o-transition-delay: 1.3s;
                  transition-delay: 1.3s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(14) {
                  -webkit-transition-delay: 1.4s;
                  -o-transition-delay: 1.4s;
                  transition-delay: 1.4s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(15) {
                  -webkit-transition-delay: 1.5s;
                  -o-transition-delay: 1.5s;
                  transition-delay: 1.5s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(16) {
                  -webkit-transition-delay: 1.6s;
                  -o-transition-delay: 1.6s;
                  transition-delay: 1.6s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(17) {
                  -webkit-transition-delay: 1.7s;
                  -o-transition-delay: 1.7s;
                  transition-delay: 1.7s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(18) {
                  -webkit-transition-delay: 1.8s;
                  -o-transition-delay: 1.8s;
                  transition-delay: 1.8s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(19) {
                  -webkit-transition-delay: 1.9s;
                  -o-transition-delay: 1.9s;
                  transition-delay: 1.9s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li:nth-child(20) {
                  -webkit-transition-delay: 2s;
                  -o-transition-delay: 2s;
                  transition-delay: 2s; } }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a {
              font-size: 18px;
              color: #fff;
              background-color: transparent;
              padding: 10px 0;
              -webkit-transition: all .35s;
              -o-transition: all .35s;
              transition: all .35s;
              line-height: 2; }
              .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a:before {
                content: none; }
              .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a span {
                position: relative;
                display: inline-block;
                padding-left: 20px; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a span:after {
                  content: '';
                  display: block;
                  width: 0;
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  height: 3px;
                  background-color: #366797;
                  -webkit-transition: all .35s;
                  -o-transition: all .35s;
                  transition: all .35s; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a span:before {
                  position: absolute;
                  content: '';
                  width: 10px;
                  height: 10px;
                  background-image: none;
                  border-top: 1px solid #fff;
                  border-right: 1px solid #fff;
                  -webkit-transform: translateY(-50%) rotate(45deg);
                  -ms-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
                  display: inline-block;
                  left: 0;
                  top: 50%;
                  -webkit-transition: all .35s;
                  -o-transition: all .35s;
                  transition: all .35s; }
              .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a:hover {
                color: #366797;
                font-weight: bold; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a:hover span:after {
                  width: 100%; }
                .header-v3 #navbar2 .navbar .nav-header-v3 > li .wrap-nav2 .dropdown-box > li a:hover span:before {
                  border-width: 2px;
                  border-top-color: #366797;
                  border-right-color: #366797; }
        .header-v3 #navbar2 .navbar .nav-header-v3 > li:hover {
          background-color: transparent; }
          .header-v3 #navbar2 .navbar .nav-header-v3 > li:hover .wrap-nav2 > a {
            color: #fff;
            background-color: transparent; }
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:hover .wrap-nav2 > a .nav-title:before {
              background-color: #fff; }
          @media (max-width: 1199.98px) {
            .header-v3 #navbar2 .navbar .nav-header-v3 > li:hover .wrap-nav2 .dropdown-box > li {
              opacity: 1;
              visibility: visible;
              height: 56px; } }
  .header-v3 #navbar2.navbar-open {
    opacity: 1; }
    .header-v3 #navbar2.navbar-open .navbar .nav-header-v3 > li {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1; }

.header-v3 .navbar-toggle2 {
  display: inline-block !important;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0 !important;
  z-index: 9999; }
  @media (max-width: 767.98px) {
    .header-v3 .navbar-toggle2 {
      display: none !important; } }
  .header-v3 .navbar-toggle2 .bar:nth-child(2) {
    border-top: 0;
    height: 2px;
    position: relative; }
    .header-v3 .navbar-toggle2 .bar:nth-child(2):before {
      content: '';
      display: block;
      border-top: 2px solid;
      margin-left: 9px; }

.header-v3 .navbar-main.navbar-open {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

.page-menu {
  float: left; }
  .page-menu .list {
    display: inline-block; }
    .page-menu .list li {
      display: inline-block;
      padding: 0 15px; }
      .page-menu .list li a {
        padding: 20px 0 17px;
        color: #444;
        position: relative;
        border-bottom: 2px solid transparent;
        font-size: 14px;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
        @media (max-width: 767.98px) {
          .page-menu .list li{
            padding: 0 10px
          }
          .page-menu .list li a {
            font-size: 12px;
            padding: 10px; } }
      .page-menu .list li:hover a, .page-menu .list li.active a {
        color: #366797;
        border-bottom-color: #366797; }

.zoom .ratio img {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

.zoom:hover .ratio img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.ctn-0300, .ctn-0500 {
  padding-bottom: 40px; }

.block-0400 {
  padding: 50px 0; }
  @media (max-width: 991.98px) {
    .block-0400 {
      padding: 25px 0; } }
  .block-0400-2, .block-0400-4 {
    padding: 0; }
  .block-0400-5 img, .block-0400-6 img, .block-0400-7 img, .block-0400-8 img, .block-0400-9 img, .block-0400-10 img, .block-0400-11 img, .block-0400-12 img, .block-0400-13 img {
    border-radius: 10px;
    overflow: hidden; }
  .block-0400-11 img, .block-0400-12 img, .block-0400-13 img {
    border: 2px solid #366797; }

.title-0400, .title-0200 {
  font-size: 20px;
  color: #333;
  margin-bottom: 25px; }

.txt-0400 p, .txt-0200 p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .txt-0400 p, .txt-0200 p {
      font-size: 14px; } }
  .txt-0400 p:last-child, .txt-0200 p:last-child {
    margin-bottom: 0; }

.txt-0400-list li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .txt-0400-list li {
      font-size: 14px; } }
  .txt-0400-list li:before {
    position: absolute;
    content: '';
    display: block;
    border-radius: 100%;
    top: 12px;
    left: 5px;
    background-color: #666;
    width: 6px;
    height: 6px; }

.block-0400-8-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }
  .block-0400-8-img .img-1 {
    width: 35%;
    border-right: 7px solid #f0f0f0; }
  .block-0400-8-img .img-2 {
    width: 65%;
    border-left: 15px solid #f0f0f0; }

.list-0400 {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767.98px) {
    .list-0400 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: -15px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .list-0400 li {
    width: 20%;
    padding: 0 10px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .list-0400 li {
        width: 33.333%;
        margin-bottom: 15px; } }
    .list-0400 li .ratio {
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
    .list-0400 li p {
      padding: 20px 0 0;
      color: #333;
      margin-bottom: 0;
      font-size: 16px; }
    .list-0400 li a:hover .ratio {
      -webkit-box-shadow: 0px 0px 10px 0px rgba(68, 68, 68, 0.2);
      box-shadow: 0px 0px 10px 0px rgba(68, 68, 68, 0.2); }
    .list-0400 li a:hover p {
      color: #366797; }

.block-0200 {
  padding: 50px 0; }
  @media (max-width: 767.98px) {
    .block-0200 {
      padding: 25px 0; } }

.title-0200-bg {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px; }
  .title-0200-bg:before {
    content: '';
    padding-top: 12.5%;
    display: block;
    background-color: rgba(54, 103, 151, 0.5); }
  .title-0200-bg span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .title-0200-bg span {
        font-size: 20px; } }

.list-0200::after {
  display: block;
  clear: both;
  content: ""; }

.list-0200 li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (max-width: 767.98px) {
    .list-0200 li {
      width: 100%; }
      .list-0200 li:last-child {
        margin-bottom: 0; } }
  .list-0200 li a {
    position: relative;
    padding-left: 25px;
    color: #666;
    font-size: 16px;
    max-width: 100%;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .list-0200 li a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 10px;
      height: 2px;
      margin-top: -1px;
      background-color: #666;
      display: block;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
    .list-0200 li a:hover {
      padding-left: 35px;
      color: #366797; }
      .list-0200 li a:hover:before {
        width: 20px;
        background-color: #366797; }

.title-0700 {
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .title-0700 {
      margin-bottom: 20px; } }
  .title-0700 h5 {
    font-size: 20px; }

.block-0700-it .lxwm-l-it {
  background-color: #f5f5f5;
  width: 100%;
  padding: 50px;
  height: 100%; }
  @media (max-width: 1199.98px) {
    .block-0700-it .lxwm-l-it {
      padding: 30px; } }
  @media (max-width: 767.98px) {
    .block-0700-it .lxwm-l-it {
      padding: 10px;
      margin-bottom: 0; } }
  .block-0700-it .lxwm-l-it .title {
    margin-bottom: 0; }

.block-0700-it .form-v1 input, .block-0700-it .form-v1 textarea {
  background-color: #f5f5f5;
  border: 0; }
  .block-0700-it .form-v1 input::-webkit-input-placeholder, .block-0700-it .form-v1 textarea::-webkit-input-placeholder {
    color: #888; }
  .block-0700-it .form-v1 input:-ms-input-placeholder, .block-0700-it .form-v1 textarea:-ms-input-placeholder {
    color: #888; }
  .block-0700-it .form-v1 input::-ms-input-placeholder, .block-0700-it .form-v1 textarea::-ms-input-placeholder {
    color: #888; }
  .block-0700-it .form-v1 input::placeholder, .block-0700-it .form-v1 textarea::placeholder {
    color: #888; }

.block-0700-it .form-v1 textarea {
  resize: none;
  height: 200px; }

.block-0700-job-ctn {
  margin-bottom: 50px; }
  @media (max-width: 1199.98px) {
    .block-0700-job-ctn {
      margin-bottom: 30px; } }
  .block-0700-job-ctn > p {
    font-size: 16px;
    color: #666; }
  .block-0700-job-ctn > a {
    display: inline-block;
    border-radius: 100px;
    padding: 15px 75px;
    font-size: 16px;
    margin-right: 45px; }
    @media (max-width: 1199.98px) {
      .block-0700-job-ctn > a {
        padding: 15px 20px;
        margin-right: 20px; } }
    @media (max-width: 767.98px) {
      .block-0700-job-ctn > a {
        margin-right: 20px;
        margin-bottom: 15px; } }
    .block-0700-job-ctn > a:last-child {
      margin-right: 0; }
      @media (max-width: 767.98px) {
        .block-0700-job-ctn > a:last-child {
          margin-bottom: 0; } }

.list-info-0700 > li {
  background-color: #f5f5f5;
  padding: 20px;
  padding-right: 150px;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .list-info-0700 > li {
      padding-right: 20px; } }
  .list-info-0700 > li .title {
    margin-bottom: 15px;
    display: block; }
    .list-info-0700 > li .title h5 {
      display: inline-block;
      font-size: 18px;
      color: #366797; }
    .list-info-0700 > li .title span {
      color: #fc703e;
      font-size: 18px;
      margin-left: 30px; }
  .list-info-0700 > li .list-tag {
    margin-bottom: -10px; }
    .list-info-0700 > li .list-tag::after {
      display: block;
      clear: both;
      content: ""; }
    .list-info-0700 > li .list-tag li {
      float: left;
      padding-right: 10px;
      border-right: 1px solid #ccc;
      margin-right: 10px;
      line-height: 1;
      margin-bottom: 10px; }
      .list-info-0700 > li .list-tag li:last-child {
        border-right: 0;
        padding-right: 0;
        margin-right: 0; }
  .list-info-0700 > li .btn {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 767.98px) {
      .list-info-0700 > li .btn {
        visibility: visible;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
  .list-info-0700 > li:hover .btn {
    opacity: 1;
    visibility: visible; }
    @media (max-width: 767.98px) {
      .list-info-0700 > li:hover .btn {
        opacity: 0; } }

.pagination {
  margin: 25px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pagination .pages {
    margin: 0 -2px; }
  .pagination li {
    display: inline-block;
    padding: 0 2px;
    vertical-align: middle; }
  .pagination a {
    height: 30px;
    line-height: 28px;
    width: 30px;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    border: 1px solid #ddd;
    color: #333333;
    display: block;
    background-color: rgba(255, 255, 255, 0.7); }
    .pagination a:hover {
      background-color: #366797;
      color: #fff; }
  .pagination .active a {
    background-color: #366797;
    border-color: #366797;
    color: #FFF; }

.pages-v2 .next a:before, .pages-v2 .end a:before, .pages-v2 .first a:before, .pages-v2 .prev a:before {
  font-family: fi;
  display: inline-block; }

.pages-v2 .next a:before {
  content: "\e614"; }

.pages-v2 .prev a:before {
  content: "\e971"; }

.info-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  padding-top: 15px; }

.bdshare a {
  display: inline-block;
  margin-left: 4px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #FFF;
  vertical-align: middle;
  text-align: center; }
  .bdshare a:hover {
    text-decoration: none; }

.bdshare .bds_weixin {
  background: #79c54d; }

.bdshare .bds_tsina {
  background: #f15b5b; }

.bdshare .bds_tqq {
  background: #669ccd; }

.bdshare .bds_qzone {
  background: #ffcc53; }

.bdshare .popup_more {
  background: #10d9f3; }

.dd-toggle {
  display: block;
  float: right; }
  @media (max-width: 767.98px) {
    .dd-toggle {
      float: none;
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

body {
  overflow-x: hidden !important; }

@media (min-width: 992px) {
  .block-0100-1:nth-child(2n+1) .row > div:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 40px; }
  .block-0100-1:nth-child(2n+1) .row > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .block-0100-1:nth-child(2n) .row > div:last-child {
    padding-left: 40px; } }

@media (max-width: 991.98px) {
  .ratio-0100-1 {
    margin-bottom: 20px; } }

.block-0100-1 {
  padding: 30px 0; }
  @media (max-width: 767.98px) {
    .block-0100-1 {
      padding: 15px 0; } }
  .block-0100-1 h3 {
    font-size: 20px;
    margin-bottom: 15px; }
  .block-0100-1 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.ratio-0100-1 {
  height: 220px; }
  @media (max-width: 767.98px) {
    .ratio-0100-1 {
      height: 160px; } }

@media (min-width: 992px) {
  .list-0100-2 {
    margin-left: -25px;
    margin-right: -25px; }
    .list-0100-2 > li {
      padding-left: 25px;
      padding-right: 25px; } }

@media (max-width: 575.98px) {
  .list-0100-2 {
    margin-left: -4px;
    margin-right: -4px; }
    .list-0100-2 > li {
      padding-left: 4px;
      padding-right: 4px; } }

.block-0100-2 {
  padding: 25px;
  background-color: #f0f0f0;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  text-align: center; }
  @media (max-width: 991.98px) {
    .block-0100-2 {
      margin-bottom: 25px; } }
  @media (max-width: 575.98px) {
    .block-0100-2 {
      margin-bottom: 8px;
      padding: 12px; }
      .block-0100-2 p {
        font-size: 12px; } }
  .block-0100-2 h3 {
    text-align: center;
    font-weight: bold; }
  .block-0100-2 .ratio {
    border-radius: 50%;
    width: 200px;
    margin-right: 35px;
    display: inline-block;
    vertical-align: middle; }
    .block-0100-2 .ratio img {
      border-radius: 50%; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .block-0100-2 .ratio {
        width: 160px;
        margin-right: 15px; } }
    @media (max-width: 991.98px) {
      .block-0100-2 .ratio {
        margin-right: 0;
        width: 50%;
        margin-bottom: 15px; } }
    @media (max-width: 575.98px) {
      .block-0100-2 .ratio {
        width: 45%;
        margin-bottom: 5px; } }
  .block-0100-2 .block-info {
    padding-top: 10px;
    color: #222;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px - 40px); }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .block-0100-2 .block-info {
        width: calc(100% - 160px - 20px); } }
    @media (max-width: 991.98px) {
      .block-0100-2 .block-info {
        width: 100%; } }
    .block-0100-2 .block-info .txt {
      max-height: 12em;
      overflow: hidden;
      text-align: left; }
    .block-0100-2 .block-info .txt p {
      color: #777;
      margin-bottom: 0;}
      @media (max-width: 991.98px) {
        .block-0100-2 .block-info .txt {
          height: 7em; } }
      @media (max-width: 767.98px) {
        .block-0100-2 .block-info .txt {
          height: 9em; } }
    .block-0100-2 .block-info h3 {
      font-size: 18px;
      margin-bottom: 15px; }
      @media (max-width: 575.98px) {
        .block-0100-2 .block-info h3 {
          font-size: 16px; } }
  .block-0100-2 .block-info-hover {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 100%;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(54, 103, 151, 0.85);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s; }
    @media (max-width: 575.98px) {
      .block-0100-2 .block-info-hover {
        padding: 15px; } }
    .block-0100-2 .block-info-hover h3 {
      font-size: 18px; }
      @media (max-width: 575.98px) {
        .block-0100-2 .block-info-hover h3 {
          font-size: 16px; } }
    .block-0100-2 .block-info-hover .txt {
      max-height: 16em;
      overflow: hidden;
      font-size: 12px;
      text-align: left;
    }
    .block-0100-2 .block-info-hover p {
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .block-0100-2 .block-info-hover .txt {
          max-height: 22em; } }
      @media (max-width: 767.98px) {
        .block-0100-2 .block-info-hover .txt {
          max-height: 26em; } }
    .block-0100-2 .block-info-hover:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
      .block-0100-2 .block-center {
        display: inline-block;
        vertical-align: middle;
        width: 100%; }
        .block-0100-2 .block-center h3 {
          text-align: left;
        }
  .block-0100-2:hover .block-info-hover {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%); }

.block-heading h1 {
  font-size: 20px; }

.block-0100-3 {
  padding: 10px;
  background-color: #f0f0f0;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  text-align: center; }
  @media (max-width: 991.98px) {
    .block-0100-3 {
      margin-bottom: 25px; } }
  @media (max-width: 575.98px) {
    .block-0100-3 {
      margin-bottom: 8px;
      padding: 12px; }
      .block-0100-3 p {
        font-size: 12px; } }
  .block-0100-3 h3 {
    text-align: center;
    font-weight: bold; }
  .block-0100-3 .ratio {
    max-width: 200px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .block-0100-3 .ratio {
        width: 160px;
        margin-right: 15px; } }
    @media (max-width: 991.98px) {
      .block-0100-3 .ratio {
        margin-right: 0;
        width: 50%;
        margin-bottom: 15px; } }
    @media (max-width: 575.98px) {
      .block-0100-3 .ratio {
        width: 65%;
        margin-bottom: 5px; } }
  .block-0100-3 .block-info {
    padding-top: 10px;
    color: #222;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    width: calc(100% - 200px - 40px); }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .block-0100-3 .block-info {
        width: calc(100% - 160px - 20px); } }
    @media (max-width: 991.98px) {
      .block-0100-3 .block-info {
        width: 100%; } }
    .block-0100-3 .block-info p {
      max-height: 10.5em;
      font-size: 16px;
      overflow: hidden;
      color: #777;
      text-align: left;
      margin-bottom: 0; }
      @media (max-width: 1199.98px) {
        .block-0100-3 .block-info p {
          font-size: 14px; } }
      @media (max-width: 991.98px) {
        .block-0100-3 .block-info p {
          height: 5.25em; } }

.zoom {
  overflow: hidden; }
  .zoom img, .zoom .ratio-item {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease; }
  .zoom:hover img, .zoom:hover .ratio-item {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.slider-0100-3 {
  margin: -15px -15px 0; }
  .slider-0100-3 .owl-nav > button {
    padding: 0;
    border: 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 24px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -15px; }
    .slider-0100-3 .owl-nav > button:hover {
      background-color: #366797;
      color: #FFF; }
    .slider-0100-3 .owl-nav > button:before {
      font-family: 'BBCICON-l'; }
  .slider-0100-3 .owl-nav span {
    display: none; }
  .slider-0100-3 .owl-prev {
    left: 0; }
    .slider-0100-3 .owl-prev:before {
      content: "\e902"; }
  .slider-0100-3 .owl-next {
    right: 0; }
    .slider-0100-3 .owl-next:before {
      content: "\e903"; }
  @media (max-width: 991.98px) {
    .slider-0100-3 {
      margin: -5px -5px; } }
  .slider-0100-3 .owl-item {
    padding: 15px; }
    @media (max-width: 991.98px) {
      .slider-0100-3 .owl-item {
        padding: 5px; } }

.block-0100-4 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative; }
  .block-0100-4 h3 {
    position: absolute;
    font-size: 18px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 2em;
    background-color: rgba(0, 0, 0, 0.6); }
    @media (max-width: 991.98px) {
      .block-0100-4 h3 {
        font-size: 14px; } }

a.block-0300-3 {
  margin-bottom: 40px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow .35s;
  transition: -webkit-box-shadow .35s;
  -o-transition: box-shadow .35s;
  transition: box-shadow .35s;
  transition: box-shadow .35s, -webkit-box-shadow .35s;
  background-color: #F0f0f0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444; }
  @media (max-width: 575.98px) {
    a.block-0300-3 {
      margin-bottom: 20px; } }
  a.block-0300-3 h3 {
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
    font-size: 20px;
    margin-bottom: 15px; }
  a.block-0300-3 p {
    max-height: 9em;
    overflow: hidden;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      a.block-0300-3 p {
        font-size: 16px; } }
  a.block-0300-3 span {
    color: #999; }
  a.block-0300-3:hover h3 {
    color: #366797; }
  @media (min-width: 768px) {
    a.block-0300-3 .ratio {
      height: 300px; } }
  a.block-0300-3:hover {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25); }
  a.block-0300-3 .block-info {
    padding: 40px 15px; }
    @media (max-width: 575.98px) {
      a.block-0300-3 .block-info {
        padding: 20px 5px; } }

.page-v1 .prev, .page-v1 .next {
  font-family: 'BBCICON-l'; }

.page-v1 .prev a:before {
  content: "\e902"; }

.page-v1 .next a:before {
  content: "\e903"; }

@media (min-width: 992px) {
  .list-0500 {
    margin-left: -22px;
    margin-right: -22px; }
    .list-0500 > li {
      padding-left: 22px;
      padding-right: 22px; } }

@media (min-width: 1200px) {
  .list-0500 {
    margin-left: -30px;
    margin-right: -30px; }
    .list-0500 > li {
      padding-left: 30px;
      padding-right: 30px; } }

@media (max-width: 575.98px) {
  .list-0500 {
    margin-left: -5px;
    margin-right: -5px; }
    .list-0500 > li {
      padding-left: 5px;
      padding-right: 5px; } }

.list-0500 li {
  margin-bottom: 10px; }
  @media (min-width: 576px) {
    .list-0500 li {
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .list-0500 li {
      margin-bottom: 50px; } }

a.block-0500 {
  background-color: #f0f0f0;
  height: 100%;
  color: #444;
  -webkit-transition: -webkit-box-shadow .35s;
  transition: -webkit-box-shadow .35s;
  -o-transition: box-shadow .35s;
  transition: box-shadow .35s;
  transition: box-shadow .35s, -webkit-box-shadow .35s;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0); }
  a.block-0500:hover {
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25); }
    a.block-0500:hover h3 {
      color: #366797; }
  a.block-0500 .block-info {
    padding: 20px 30px; }
    @media (max-width: 767.98px) {
      a.block-0500 .block-info {
        padding: 15px; } }
  a.block-0500 h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 575.98px) {
      a.block-0500 h3 {
        font-size: 16px;
        margin-bottom: 10px; } }
  a.block-0500 p {
    margin-bottom: 0;
    max-height: 5.25em;
    overflow: hidden; }
    @media (max-width: 575.98px) {
      a.block-0500 p {
        font-size: 12px; } }

a.block-0600 {
  color: #444;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px; }
  a.block-0600::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    a.block-0600 {
      padding-bottom: 15px;
      margin-bottom: 15px; } }
  a.block-0600:hover h3 {
    color: #366797; }
  a.block-0600 .ratio {
    width: 300px;
    float: left;
    margin-right: 30px; }
    @media (max-width: 991.98px) {
      a.block-0600 .ratio {
        width: 200px; } }
    @media (max-width: 575.98px) {
      a.block-0600 .ratio {
        width: 100px;
        margin-right: 10px; } }
  a.block-0600 .block-info {
    overflow: hidden;
    padding-top: 25px; }
    @media (max-width: 991.98px) {
      a.block-0600 .block-info {
        padding-top: 5px; } }
    @media (max-width: 575.98px) {
      a.block-0600 .block-info {
        padding-top: 1px; } }
  a.block-0600 h3 {
    font-size: 18px;
    margin-bottom: 15px;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 991.98px) {
      a.block-0600 h3 {
        margin-bottom: 10px; } }
    @media (max-width: 575.98px) {
      a.block-0600 h3 {
        font-size: 14px;
        margin-bottom: 0; } }
  a.block-0600 span {
    font-size: 12px;
    color: #888;
    display: block;
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      a.block-0600 span {
        margin-bottom: 15px; } }
    @media (max-width: 575.98px) {
      a.block-0600 span {
        margin-bottom: 3px; } }
  a.block-0600 p {
    line-height: 2em;
    max-height: 6em;
    overflow: hidden;
    margin-bottom: 0; }
    @media (max-width: 575.98px) {
      a.block-0600 p {
        font-size: 12px;
        line-height: 1.5em;
        max-height: 3em; } }

.detail-heading {
  margin-bottom: 20px; }
  .detail-heading h1 {
    font-size: 24px;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .detail-heading h1 {
        font-size: 18px;
        margin-bottom: 12px; } }

.detail-info {
  color: #999999;
  margin: 0 -20px; }
  .detail-info span {
    display: inline-block;
    padding: 0 20px; }
  @media (max-width: 767.98px) {
    .detail-info {
      margin: 0 -10px; }
      .detail-info span {
        padding: 0 10px; } }
  .detail-info .fi {
    margin-right: 3px; }

.detail-content {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }
  @media (min-width: 768px) {
    .detail-content {
      font-size: 16px; } }
  .detail-content p {
    line-height: 2em; }

.nav-article-v2 {
  line-height: 2em; }
  @media (min-width: 768px) {
    .nav-article-v2 {
      font-size: 16px; }
      .nav-article-v2 li {
        margin-bottom: 5px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  .nav-article-v2 span, .nav-article-v2 a {
    color: #444444; }
  .nav-article-v2 a:hover {
    color: #366797; }

@media (min-width: 768px) {
  .bdshare-v2 {
    font-size: 16px; } }

.bdshare-v2 a {
  width: 2em;
  height: 2em;
  display: inline-block;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  background-color: #5d5a64;
  color: #FFF;
  margin-left: 5px; }
  .bdshare-v2 a:hover {
    background-color: #366797; }

body {
  overflow: auto; }

.page-content {
  padding: 40px 0 140px; }
  @media (max-width: 1199.98px) {
    .page-content {
      padding: 20px 0 60px; } }
  @media (max-width: 767.98px) {
    .page-content {
      padding: 30px 0 40px; } }

.mobile-title {
  margin-bottom: 20px; }
  .mobile-title::after {
    display: block;
    clear: both;
    content: ""; }
  .mobile-title h3 {
    float: left;
    display: block;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
    color: #333;
    font-weight: bold; }
  .mobile-title .toggle-tab {
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    color: #366797; }
    .mobile-title .toggle-tab.active .bar:first-child {
      -webkit-transform: translate(0, 8px) rotate(45deg);
      -ms-transform: translate(0, 8px) rotate(45deg);
      transform: translate(0, 8px) rotate(45deg); }
    .mobile-title .toggle-tab.active .bar:nth-child(2) {
      opacity: 0; }
    .mobile-title .toggle-tab.active .bar:last-child {
      -webkit-transform: translate(0, -8px) rotate(-45deg);
      -ms-transform: translate(0, -8px) rotate(-45deg);
      transform: translate(0, -8px) rotate(-45deg); }
    .mobile-title .toggle-tab .bar {
      display: block;
      width: 22px;
      height: 0;
      border-top: 2px solid;
      margin: 6px auto;
      position: relative;
      -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
      transition: opacity .35s ease, -webkit-transform .35s ease;
      -o-transition: transform .35s ease, opacity .35s ease;
      transition: transform .35s ease, opacity .35s ease;
      transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease; }

.breadcrumbs-content {
  position: relative;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
  .breadcrumbs-content .container {
    padding: 0; }
    @media (max-width: 1199.98px) {
      .breadcrumbs-content .container {
        padding: 0;
        margin: 0;
        max-width: 100%; }
        .breadcrumbs-content .container .page-title {
          width: 100%;
          margin: 0; } }
  .breadcrumbs-content .breadcrumbs-grp {
    float: right;
    padding: 16px; }
    .breadcrumbs-content .breadcrumbs-grp i {
      font-size: 16px;
      color: #366797;
      line-height: 1;
      margin-right: 2px; }
    .breadcrumbs-content .breadcrumbs-grp i, .breadcrumbs-content .breadcrumbs-grp .breadcrumbs {
      display: inline-block;
      vertical-align: middle; }
    .breadcrumbs-content .breadcrumbs-grp li {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .breadcrumbs-content .breadcrumbs-grp li:not(:first-child) {
        padding-left: 13px;
        margin-left: 3px; }
        .breadcrumbs-content .breadcrumbs-grp li:not(:first-child) a:after {
          content: "-";
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          color: #444; }
    .breadcrumbs-content .breadcrumbs-grp a {
      display: block;
      font-size: 14px;
      line-height: 2;
      color: #444;
      max-width: 5em;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .breadcrumbs-content .breadcrumbs-grp a:hover {
        color: #366797; }
  .breadcrumbs-content .page-title {
    display: block;
    margin-top: -30px;
    float: left;
    background-color: #366797;
    padding: 20px; }
    .breadcrumbs-content .page-title .en-tit {
      font-size: 26px;
      line-height: 1;
      color: #fff;
      margin-bottom: 10px;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .breadcrumbs-content .page-title .en-tit {
          font-size: 16px; } }
    .breadcrumbs-content .page-title .cn-tit {
      color: #fff;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 1; 
      text-transform: uppercase;}

@media (max-width: 767.98px) {
  .page-tab-list {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    opacity: 0;
    visibility: hidden; }
    .page-tab-list.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
      visibility: visible; } }

.page-tab-list li {
  border-bottom: 1px solid #ccc;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#ccc)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #fff, #ccc) 1;
  -o-border-image: -o-linear-gradient(left, #fff, #ccc) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#ccc)) 1;
  border-image: linear-gradient(90deg, #fff, #ccc) 1; }
  .page-tab-list li:first-child {
    border-top: 1px solid #ccc;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#ccc)) 1;
    -webkit-border-image: -webkit-linear-gradient(left, #fff, #ccc) 1;
    -o-border-image: -o-linear-gradient(left, #fff, #ccc) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#ccc)) 1;
    border-image: linear-gradient(90deg, #fff, #ccc) 1; }
  .page-tab-list li.active a {
    font-size: 18px;
    color: #0072e2;
    font-weight: bold;
    border-right-color: #0072e2; }

.page-tab-list a {
  display: block;
  padding: 6px 15px;
  font-size: 16px;
  line-height: 42px;
  color: #555;
  text-align: right;
  border-right: 4px solid #ccc;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .page-tab-list a:hover {
    font-size: 18px;
    color: #0072e2;
    font-weight: bold;
    border-right-color: #0072e2; }

#recruitment-grp .card {
  border: 1px solid #dfdfdf;
  border-top: 0; }
  #recruitment-grp .card:first-child {
    border-top: 1px solid #dfdfdf; }

#recruitment-grp .card-header a {
  display: block;
  position: relative;
  padding: 10px 20px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  background-color: #f6f6f6; }
  #recruitment-grp .card-header a::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    #recruitment-grp .card-header a {
      font-size: 14px; } }
  #recruitment-grp .card-header a p {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px; }
  #recruitment-grp .card-header a[aria-expanded="true"] {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #0072e2; }
    @media (max-width: 767.98px) {
      #recruitment-grp .card-header a[aria-expanded="true"] {
        font-size: 18px; } }
    #recruitment-grp .card-header a[aria-expanded="true"]:before {
      border-left-color: #fff; }
    #recruitment-grp .card-header a[aria-expanded="true"] .icon:after {
      border-top-color: #fff; }
    #recruitment-grp .card-header a[aria-expanded="true"] .icon:before {
      opacity: 0; }
  #recruitment-grp .card-header a .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px; }
    #recruitment-grp .card-header a .icon:before, #recruitment-grp .card-header a .icon:after {
      content: "";
      display: block;
      margin: 3px 0;
      width: 15px;
      height: 0;
      border-top: 2px solid #666;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
    #recruitment-grp .card-header a .icon:before {
      -webkit-transform: rotate(90deg) translateX(5px);
      -ms-transform: rotate(90deg) translateX(5px);
      transform: rotate(90deg) translateX(5px); }
  #recruitment-grp .card-header a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 10px solid #a3a3a3;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }

#recruitment-grp .card-body {
  padding: 30px; }
  @media (max-width: 767.98px) {
    #recruitment-grp .card-body {
      padding: 15px; } }
  #recruitment-grp .card-body p {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    color: #414141; }

.page-0603-content::after {
  display: block;
  clear: both;
  content: ""; }

.page-0603-content .img {
  float: left;
  width: 467px;
  height: auto;
  max-width: 40%;
  margin-right: 30px; }
  @media (max-width: 767.98px) {
    .page-0603-content .img {
      float: nonw;
      max-width: 100%;
      margin-bottom: 20px; } }

.page-0603-content .content h3 {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #366797; }
  @media (max-width: 767.98px) {
    .page-0603-content .content h3 {
      font-size: 18px;
      line-height: 28px; } }

.page-0603-content .content p {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  color: #555555; }
  @media (max-width: 767.98px) {
    .page-0603-content .content p {
      font-size: 14px;
      line-height: 28px; } }

.teamwork-item {
  display: block;
  margin-bottom: 30px;
  padding: 20px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(7, 0, 2, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(7, 0, 2, 0.15); }
  @media (max-width: 767.98px) {
    .teamwork-item {
      margin-bottom: 20px;
      padding: 15px; } }
  .teamwork-item:hover h3 {
    color: #366797; }
  .teamwork-item img {
    width: 100%; }
  .teamwork-item h3 {
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #000033;
    position: relative;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .teamwork-item h3 {
        padding-left: 14px;
        font-size: 16px;
        line-height: 22px; } }
    .teamwork-item h3:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 10px solid #366797;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent; }
      @media (max-width: 767.98px) {
        .teamwork-item h3:before {
          border-width: 4px 0 4px 6px; } }
  .teamwork-item p {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #666666; }
    @media (max-width: 767.98px) {
      .teamwork-item p {
        font-size: 14px;
        line-height: 22px; } }
    .teamwork-item p span {
      display: inline-block;
      padding-right: 20px; }
      @media (max-width: 767.98px) {
        .teamwork-item p span {
          display: block;
          padding-right: 0; } }

.pages-v3 {
  padding-top: 20px; }
  @media (max-width: 767.98px) {
    .pages-v3 {
      padding-top: 10px; } }
  .pages-v3 li {
    border: 1px solid #ccc;
    padding: 0;
    margin: 0 3px; }
    .pages-v3 li.active, .pages-v3 li:hover {
      border-color: #366797; }
  .pages-v3 .next a:before, .pages-v3 .end a:before, .pages-v3 .first a:before, .pages-v3 .prev a:before {
    font-family: fi;
    display: inline-block; }
  .pages-v3 .next a:before {
    content: "\e614";
    color: #ccc; }
  .pages-v3 .next a:hover:before {
    color: #fff; }
  .pages-v3 .prev a:before {
    content: "\e971";
    color: #ccc; }
  .pages-v3 .prev a:hover:before {
    color: #fff; }

.news-item {
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ccc; }
  .news-item::after {
    display: block;
    clear: both;
    content: ""; }
  .news-item .img img {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  @media (max-width: 767.98px) {
    .news-item {
      margin-bottom: 20px;
      padding-bottom: 20px; } }
  .news-item > span {
    display: block;
    padding: 0 5px;
    overflow: hidden;
    width: 90px;
    height: 35px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    color: #666;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    position: absolute;
    bottom: 25px;
    right: 0;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 767.98px) {
      .news-item > span {
        width: 90px;
        height: 30px;
        line-height: 28px;
        bottom: 20px; } }
  .news-item:hover .img img {
    -webkit-transform: scale(1.3) rotate(-10deg);
    -ms-transform: scale(1.3) rotate(-10deg);
    transform: scale(1.3) rotate(-10deg); }
  .news-item:hover > span {
    background-color: #366797;
    border-color: #366797;
    color: #fff; }
  .news-item .img {
    float: left;
    width: 197px;
    height: auto;
    max-width: 35%;
    margin-right: 25px; }
    @media (max-width: 991.98px) {
      .news-item .img {
        margin-right: 15px; } }
    @media (max-width: 767.98px) {
      .news-item .img {
        max-width: 40%; } }
  .news-item h3 {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #000033;
    font-weight: bold; }
    @media (max-width: 991.98px) {
      .news-item h3 {
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .news-item h3 {
        font-size: 16px;
        line-height: 22px; } }
  .news-item p {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666666; }
    @media (max-width: 767.98px) {
      .news-item p {
        margin-bottom: 20px; } }
  .news-item .date, .news-item .view {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #999; }
    @media (max-width: 767.98px) {
      .news-item .date, .news-item .view {
        padding-right: 10px; } }
    .news-item .date img, .news-item .date span, .news-item .view img, .news-item .view span {
      display: inline-block;
      vertical-align: middle; }
    .news-item .date img, .news-item .view img {
      padding-right: 5px; }

.news-detail-content .title {
  padding-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #ccc; }

.news-detail-content .content {
  padding-top: 22px;
  padding-bottom: 70px;
  border-bottom: 1px solid #cde1e6; }
  @media (max-width: 767.98px) {
    .news-detail-content .content {
      padding-top: 17px;
      padding-bottom: 30px; } }
  .news-detail-content .content img {
    display: block;
    width: 100%;
    margin-top: 65px; }
    @media (max-width: 767.98px) {
      .news-detail-content .content img {
        margin-top: 30px; } }

.news-detail-content h3 {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 30px;
  color: #333; }
  @media (max-width: 767.98px) {
    .news-detail-content h3 {
      font-size: 18px;
      line-height: 24px; } }

.news-detail-content .info {
  font-size: 14px;
  line-height: 24px;
  color: #999999; }
  .news-detail-content .info span {
    display: inline-block; }
    .news-detail-content .info span:not(:last-child) {
      padding-right: 20px; }
      @media (max-width: 767.98px) {
        .news-detail-content .info span:not(:last-child) {
          padding-right: 10px; } }

.news-detail-content p {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-indent: 2em; }

.detail-pagination-grp {
  padding-top: 35px; }
  .detail-pagination-grp::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 991.98px) {
    .detail-pagination-grp {
      padding-top: 25px; } }

@media (max-width: 767.98px) {
  .detail-pagination {
    float: none;
    max-width: 100%; } }

.detail-pagination li {
  max-width: 50%;
  float: left;
  padding: 5px 0; }
  .detail-pagination li:last-child {
    float: right; }

.detail-pagination a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .detail-pagination a:hover {
    color: #366797; }

.share-grp {
  float: right;
  max-width: 50%;
  padding-top: 15px; }
  @media (max-width: 767.98px) {
    .share-grp {
      float: none;
      max-width: 100%; } }
  .share-grp span, .share-grp .sharelink {
    display: inline-block;
    vertical-align: middle; }
  .share-grp a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background-color: transparent;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .share-grp a:not(:last-child) {
      margin-right: 7px; }
    .share-grp a:hover {
      background-color: #366797;
      border-color: #366797; }
  .share-grp .icon-weixin {
    background-image: url(../img/weixin-icon.png); }
    .share-grp .icon-weixin:hover {
      background-image: url(../img/weixin-icon-hover.png); }
  .share-grp .icon-tencent {
    background-image: url(../img/tencent-icon.png); }
    .share-grp .icon-tencent:hover {
      background-image: url(../img/tencent-icon-hover.png); }
  .share-grp .icon-weibo {
    background-image: url(../img/weibo-icon.png); }
    .share-grp .icon-weibo:hover {
      background-image: url(../img/weibo-icon-hover.png); }
  .share-grp .icon-qq {
    background-image: url(../img/qq-icon.png); }
    .share-grp .icon-qq:hover {
      background-image: url(../img/qq-icon-hover.png); }
  .share-grp .icon-more {
    background-image: url(../img/more-icon.png); }
    .share-grp .icon-more:hover {
      background-image: url(../img/more-icon-hover.png); }

.introduction-page .content p {
  display: block;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 30px;
  color: #414141; }
  @media (max-width: 767.98px) {
    .introduction-page .content p {
      margin-bottom: 25px; } }

.page-title-grp {
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .page-title-grp {
      margin-bottom: 15px; } }
  .page-title-grp .img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    margin-right: 10px; }
    @media (max-width: 767.98px) {
      .page-title-grp .img {
        width: 55px;
        height: 55px;
        line-height: 53px; } }
  .page-title-grp .title {
    display: inline-block;
    vertical-align: middle; }
    .page-title-grp .title h3 {
      display: block;
      margin-bottom: 0;
      font-size: 22px;
      line-height: 24px;
      color: #333333;
      font-weight: bold;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: 5px; }
      @media (max-width: 767.98px) {
        .page-title-grp .title h3 {
          font-size: 18px; } }
    .page-title-grp .title p {
      display: block;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 24px;
      color: #999999;
      text-transform: uppercase;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-family: Arial, sans-serif; }
      @media (max-width: 767.98px) {
        .page-title-grp .title p {
          font-size: 10px; } }

.advantage-list {
  padding-top: 60px;
  margin-left: -35px;
  margin-right: -35px; }
  .advantage-list > div {
    padding-left: 35px;
    padding-right: 35px; }
  @media (max-width: 767.98px) {
    .advantage-list {
      padding-top: 20px;
      margin-left: -10px;
      margin-right: -10px; }
      .advantage-list > div {
        padding-left: 10px;
        padding-right: 10px; } }

.advantage-item {
  display: block;
  text-align: center;
  margin-bottom: 30px; }
  .advantage-item .img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    text-align: center;
    line-height: 96px; }
  .advantage-item h3 {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #414141;
    font-weight: bold; }
  .advantage-item p {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    color: #414141;
    height: 48px;
    overflow: hidden; }

#map {
  height: 500px; }
  @media (max-width: 991.98px) {
    #map {
      height: 300px; } }

.page-0605-content {
  position: relative; }
  .page-0605-content .contact-logo {
    position: absolute;
    width: 100%;
    height: auto;
    top: 40px;
    left: 0;
    text-align: center; }
    @media (max-width: 767.98px) {
      .page-0605-content .contact-logo {
        top: 20px; } }
    .page-0605-content .contact-logo .img {
      display: block;
      margin: 0 auto 15px;
      width: 132px;
      height: 132px;
      max-width: 50%; }
      @media (max-width: 767.98px) {
        .page-0605-content .contact-logo .img {
          width: 100px;
          height: 100px; } }
    .page-0605-content .contact-logo h3 {
      display: block;
      margin-bottom: 7px;
      font-size: 24px;
      line-height: 24px;
      color: #000;
      font-weight: bold; }
      @media (max-width: 767.98px) {
        .page-0605-content .contact-logo h3 {
          font-size: 18px; } }
    .page-0605-content .contact-logo p {
      display: block;
      margin-bottom: 0;
      font-size: 18px;
      line-height: 24px;
      color: #333; }
      @media (max-width: 767.98px) {
        .page-0605-content .contact-logo p {
          font-size: 16px; } }
  .page-0605-content .contact-content {
    padding: 30px 0;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(54, 103, 151, 0.7); }
    @media (max-width: 767.98px) {
      .page-0605-content .contact-content {
        position: static;
        padding: 20px 0; }
        .page-0605-content .contact-content .row {
          margin-left: -5px;
          margin-right: -5px; }
          .page-0605-content .contact-content .row > div {
            padding-left: 5px;
            padding-right: 5px; } }
  .page-0605-content .contact-item {
    text-align: center;
    color: #fff;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      .page-0605-content .contact-item {
        font-size: 14px; } }
    .page-0605-content .contact-item:hover {
      color: #333; }
    .page-0605-content .contact-item h4 {
      display: block;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 24px; }
      @media (max-width: 767.98px) {
        .page-0605-content .contact-item h4 {
          font-size: 14px; } }
    .page-0605-content .contact-item p {
      display: block;
      margin-bottom: 25px;
      font-size: 22px;
      font-weight: bold; }
      @media (max-width: 767.98px) {
        .page-0605-content .contact-item p {
          font-size: 18px; } }
    .page-0605-content .contact-item span {
      display: block;
      margin-bottom: 25px; }
    .page-0605-content .contact-item h5 {
      display: block;
      margin-bottom: 19px;
      font-size: 16px;
      line-height: 30px; }
      @media (max-width: 767.98px) {
        .page-0605-content .contact-item h5 {
          font-size: 14px; } }
  .page-0605-content .contact-content-img {
    display: block;
    margin: 0 auto 22px;
    width: 80px;
    height: 80px;
    max-width: 70%; }
    @media (max-width: 767.98px) {
      .page-0605-content .contact-content-img {
        margin-bottom: 15px; } }

.introduction-page .content-0106 {
  margin-bottom: 45px; }
  @media (max-width: 767.98px) {
    .introduction-page .content-0106 {
      margin-bottom: 25px; } }

.introduction-page .ctn-0106-p {
  margin-bottom: 20px !important; }

.product-introduction {
  margin-left: -7px;
  margin-right: -7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-introduction > div {
    padding-left: 7px;
    padding-right: 7px; }
  @media (max-width: 991.98px) {
    .product-introduction .thumbnail-grp {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .product-introduction .bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .product-introduction .bx-wrapper {
        float: left;
        width: 80%; } }
  .product-introduction .product-show-item {
    display: block;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(7, 0, 2, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(7, 0, 2, 0.15); }
  .product-introduction .product-item {
    display: block;
    padding: 6px;
    padding-left: 20px;
    position: relative; }
    @media (max-width: 991.98px) {
      .product-introduction .product-item {
        padding-left: 6px;
        padding-top: 12px; } }
    .product-introduction .product-item:after {
      content: "";
      width: 0;
      height: 0;
      border-right: 15px solid transparent;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      position: absolute;
      top: 50%;
      left: 5px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      @media (max-width: 991.98px) {
        .product-introduction .product-item:after {
          border-width: 8px;
          border-left-width: 0;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%) rotate(90deg);
          -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg); } }
    .product-introduction .product-item .img {
      border: 6px solid #fff;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(7, 0, 2, 0.15);
      box-shadow: 0px 0px 5px 0px rgba(7, 0, 2, 0.15); }
    .product-introduction .product-item.active:after {
      border-right-color: #366797; }
    .product-introduction .product-item.active .img {
      border-color: #366797; }
  .product-introduction .product-prev, .product-introduction .product-next {
    padding: 0 6px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .product-introduction .product-prev, .product-introduction .product-next {
        float: left;
        width: 10%;
        padding-left: 0;
        padding-top: 12px; } }
    .product-introduction .product-prev a, .product-introduction .product-next a {
      display: block;
      width: 100%;
      height: 30px;
      text-align: center;
      line-height: 30px;
      background-color: #cdcdcd;
      color: #fff;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      @media (max-width: 991.98px) {
        .product-introduction .product-prev a, .product-introduction .product-next a {
          width: 100%;
          height: 50px;
          line-height: 50px; } }
      .product-introduction .product-prev a i, .product-introduction .product-next a i {
        font-size: 20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
        @media (max-width: 991.98px) {
          .product-introduction .product-prev a i, .product-introduction .product-next a i {
            font-size: 16px;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0); } }
      .product-introduction .product-prev a:hover, .product-introduction .product-next a:hover {
        background-color: #366797; }
  .product-introduction .product-prev {
    margin-bottom: 4px; }
    @media (max-width: 991.98px) {
      .product-introduction .product-prev {
        margin-bottom: 0; } }
  .product-introduction .product-next {
    margin-top: 4px; }
    @media (max-width: 991.98px) {
      .product-introduction .product-next {
        margin-top: 0; } }
@media (max-width: 1400px) and (min-width:1200px){
  .header-active .header-search input, .sub-header .header-search input{
    width: 120px;
  }
}
/*# sourceMappingURL=style.css.map */